+ },
+ {
+ "description": "Insert to Ctrl+Cmd+Alt+N",
+ "manipulators": [
+ {
+ "from": {
+ "key_code": "insert"
+ },
+ "to": [
+ {
+ "key_code": "n",
+ "modifiers": [
+ "left_control",
+ "left_alt",
+ "left_gui"
+ ],
+ "repeat": true
+ }
+ ],
+ "type": "basic"
+ }
+ ]