mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 06:46:40 +00:00
105 lines
2.0 KiB
JSON
105 lines
2.0 KiB
JSON
{
|
|
"description": "VSCode alt keybindings workaround",
|
|
"manipulators": [
|
|
{
|
|
"conditions": [
|
|
{
|
|
"bundle_identifiers": [
|
|
"^com\\.microsoft\\.VSCode",
|
|
"^com\\.todesktop\\."
|
|
],
|
|
"type": "frontmost_application_if"
|
|
}
|
|
],
|
|
"from": {
|
|
"key_code": "i",
|
|
"modifiers": {
|
|
"mandatory": [
|
|
"option"
|
|
],
|
|
"optional": [
|
|
"caps_lock",
|
|
"shift"
|
|
]
|
|
}
|
|
},
|
|
"to": [
|
|
{
|
|
"key_code": "up_arrow",
|
|
"modifiers": [
|
|
"left_option",
|
|
"left_command"
|
|
]
|
|
}
|
|
],
|
|
"type": "basic"
|
|
},
|
|
{
|
|
"conditions": [
|
|
{
|
|
"bundle_identifiers": [
|
|
"^com\\.microsoft\\.VSCode",
|
|
"^com\\.todesktop\\."
|
|
],
|
|
"type": "frontmost_application_if"
|
|
}
|
|
],
|
|
"from": {
|
|
"key_code": "n",
|
|
"modifiers": {
|
|
"mandatory": [
|
|
"option"
|
|
],
|
|
"optional": [
|
|
"caps_lock",
|
|
"shift"
|
|
]
|
|
}
|
|
},
|
|
"to": [
|
|
{
|
|
"key_code": "down_arrow",
|
|
"modifiers": [
|
|
"left_option",
|
|
"left_command"
|
|
]
|
|
}
|
|
],
|
|
"type": "basic"
|
|
},
|
|
{
|
|
"conditions": [
|
|
{
|
|
"bundle_identifiers": [
|
|
"^com\\.microsoft\\.VSCode",
|
|
"^com\\.todesktop\\."
|
|
],
|
|
"type": "frontmost_application_if"
|
|
}
|
|
],
|
|
"from": {
|
|
"key_code": "e",
|
|
"modifiers": {
|
|
"mandatory": [
|
|
"option"
|
|
],
|
|
"optional": [
|
|
"caps_lock",
|
|
"shift"
|
|
]
|
|
}
|
|
},
|
|
"to": [
|
|
{
|
|
"key_code": "right_arrow",
|
|
"modifiers": [
|
|
"left_option",
|
|
"left_command"
|
|
]
|
|
}
|
|
],
|
|
"type": "basic"
|
|
}
|
|
]
|
|
}
|