"type": "basic"
}
]
+ },
+ {
+ "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"
+ }
+ ]
}
]
},
"simple_modifications": [
{
"from": {
- "key_code": "left_command"
+ "key_code": "application"
},
"to": [
{
- "key_code": "left_option"
+ "key_code": "right_option"
}
]
},
{
"from": {
- "key_code": "left_option"
+ "key_code": "left_command"
},
"to": [
{
- "key_code": "left_command"
+ "key_code": "left_option"
}
]
},
{
"from": {
- "key_code": "application"
+ "key_code": "left_option"
},
"to": [
{
- "key_code": "right_option"
+ "key_code": "left_command"
}
]
},