Copy {
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome New Window",
"from": {
"key_code": "e",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": [
"left_command"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome New Tab",
"from": {
"key_code": "d",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": [
"left_command"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome Move Left Tab",
"from": {
"key_code": "s",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "left_arrow",
"modifiers": [
"left_command",
"option"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome Move Right Tab",
"from": {
"key_code": "f",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "right_arrow",
"modifiers": [
"left_command",
"option"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome Bring Back Closed Tab",
"from": {
"key_code": "w",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "t",
"modifiers": [
"left_command",
"shift"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome Select URL",
"from": {
"key_code": "r",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": [
"left_command"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.microsoft\\.VSCode"
],
"type": "frontmost_application_if"
}
],
"description": "VS Code View Open Previous Editor",
"from": {
"key_code": "j",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": [
"command",
"option",
"shift",
"control"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome Close All",
"from": {
"key_code": "f12",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "w",
"modifiers": [
"left_command",
"shift"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome Close Current Tab",
"from": {
"key_code": "a",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "w",
"modifiers": [
"left_command"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome Reload Page",
"from": {
"key_code": "b",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "r",
"modifiers": [
"left_command",
"shift"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome Search Prev",
"from": {
"key_code": "x",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": [
"left_command",
"shift"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome Search",
"from": {
"key_code": "c",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": [
"left_command"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome Search Next",
"from": {
"key_code": "v",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": [
"left_command"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome Back",
"from": {
"key_code": "z",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "left_arrow",
"modifiers": [
"left_command"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome Vimium scroll down",
"from": {
"key_code": "o",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"mouse_key": {
"vertical_wheel": 32
}
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome Vimium scroll up",
"from": {
"key_code": "u",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"mouse_key": {
"vertical_wheel": -32
}
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome Vimium search through tabs",
"from": {
"key_code": "g",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "g",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome vimium scroll left",
"from": {
"key_code": "j",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "j",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome vimium scroll right",
"from": {
"key_code": "l",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome vimium go to first tab",
"from": {
"key_code": "h",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "h",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome vimium go to last tab",
"from": {
"key_code": "semicolon",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "semicolon",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome vimium open link in current tab",
"from": {
"key_code": "m",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "m",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome vimium scroll page up,",
"from": {
"key_code": "y",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "y",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome vimium scroll page down",
"from": {
"key_code": "n",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "n",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome vimium show help",
"from": {
"key_code": "p",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome vimium go to last visit tab",
"from": {
"key_code": "f5",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "3",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome vimium copy current url to clipboard",
"from": {
"key_code": "f10",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "2",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome vimium open link in new tab",
"from": {
"key_code": "f9",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "1",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome vimium scroll to top",
"from": {
"key_code": "i",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "i",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome vimium scroll to bot",
"from": {
"key_code": "k",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "k",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome vimium help menu",
"from": {
"key_code": "p",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "p",
"modifiers": [
"control"
]
}
],
"type": "basic"
}
]
},
{
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome"
],
"type": "frontmost_application_if"
}
],
"description": "Chrome Open Tab In New Window. Macro see KM",
"from": {
"key_code": "t",
"modifiers": {
"mandatory": [
"shift",
"command",
"option",
"control"
]
}
},
"to": [
{
"key_code": "l",
"modifiers": [
"left_command"
]
},
{
"key_code": "return_or_enter",
"modifiers": [
"shift"
]
}
],
"type": "basic"
}
]
},