Last active
September 14, 2023 18:30
-
-
Save arjvik/5e79934404440f018b64a37ddd735026 to your computer and use it in GitHub Desktop.
Turn my mac into my linux: ~/.config/karabiner/karabiner.json ; Use VSCode extension https://marketplace.visualstudio.com/items?itemName=fredhappyface.linuxkeybindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "global": { | |
| "ask_for_confirmation_before_quitting": true, | |
| "check_for_updates_on_startup": true, | |
| "show_in_menu_bar": true, | |
| "show_profile_name_in_menu_bar": false, | |
| "unsafe_ui": false | |
| }, | |
| "profiles": [ | |
| { | |
| "complex_modifications": { | |
| "parameters": { | |
| "basic.simultaneous_threshold_milliseconds": 50, | |
| "basic.to_delayed_action_delay_milliseconds": 500, | |
| "basic.to_if_alone_timeout_milliseconds": 1000, | |
| "basic.to_if_held_down_threshold_milliseconds": 500, | |
| "mouse_motion_to_scroll.speed": 100 | |
| }, | |
| "rules": [ | |
| { | |
| "description": "Hyper key", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "left_command", | |
| "modifiers": { | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_command", | |
| "modifiers": [ | |
| "left_control", | |
| "left_option" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "fn => control", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "fn", | |
| "modifiers": { | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_control" | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+C, Ctrl+V, Ctrl+X => Cmd+C (Copy), Cmd+V (Paste), Cmd+X (Cut)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "c", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "c", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "v", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "v", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "x", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "x", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+Z => Cmd+Z (Undo), Ctrl+Y => Cmd+Shift+Y (Redo), Ctrl+A => Cmd+A (Select all), Ctrl+S => Cmd+S (Save), Ctrl+N => Cmd+N (New), Ctrl+W => Cmd+W (Close), Ctrl+F => Cmd+F (Find)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "z", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "z", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "y", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "z", | |
| "modifiers": [ | |
| "left_command", | |
| "left_shift" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "a", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "a", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "s", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "s", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "n", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "n", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "w", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "w", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "f", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "f", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "o", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "o", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "fn => control", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "fn", | |
| "modifiers": { | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_control" | |
| } | |
| ], | |
| "to_if_alone": [ | |
| { | |
| "key_code": "fn" | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Terminal copy-paste", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "c", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control", | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "c", | |
| "modifiers": [ | |
| "command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "v", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control", | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "v", | |
| "modifiers": [ | |
| "command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Terminal close", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.googlecode\\.iterm2$" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "q", | |
| "modifiers": { | |
| "mandatory": [ | |
| "command", | |
| "control", | |
| "shift", | |
| "option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "w", | |
| "modifiers": [ | |
| "command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+H => Cmd+Option+F (Find and Replace), Ctrl+(Shift)+P => Cmd+Shift+P (Command Pallet), Ctrl+Slash => Cmd+Slash (Comment) (Only in Code)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "h", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "f", | |
| "modifiers": [ | |
| "left_command", | |
| "left_option" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "p", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "p", | |
| "modifiers": [ | |
| "command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "slash", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "slash", | |
| "modifiers": [ | |
| "command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+T => Cmd+T (New tab)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyper$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "t", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "t", | |
| "modifiers": [ | |
| "command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+B => Cmd+B (Bold)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyper$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "b", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "b", | |
| "modifiers": [ | |
| "command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+I => Cmd+I (Italic)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyper$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "i", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "i", | |
| "modifiers": [ | |
| "command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Mod+Shift+Q => Cmd+W (Close tab/window)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "q", | |
| "modifiers": { | |
| "mandatory": [ | |
| "command", | |
| "shift", | |
| "option", | |
| "control" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "w", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+L => Cmd+L (Open url location) (Only in browsers)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.mozilla\\.firefox$", | |
| "^org\\.mozilla\\.firefoxdeveloperedition$", | |
| "^org\\.mozilla\\.nightly$", | |
| "^com\\.microsoft\\.Edge", | |
| "^com\\.google\\.Chrome$", | |
| "^com\\.brave\\.Browser$", | |
| "^com\\.apple\\.Safari$" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "l", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "l", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+R => Cmd+R (Reload), Option+Left => Cmd+Left (Back), Option+Right => Cmd+Right (Forward), Ctrl+Click => Cmd+Click (Open link) (Only in browsers)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.mozilla\\.firefox$", | |
| "^org\\.mozilla\\.firefoxdeveloperedition$", | |
| "^org\\.mozilla\\.nightly$", | |
| "^com\\.microsoft\\.edgemac$", | |
| "^com\\.google\\.Chrome$", | |
| "^com\\.brave\\.Browser$", | |
| "^com\\.apple\\.Safari$" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "r", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "r", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.mozilla\\.firefox$", | |
| "^org\\.mozilla\\.firefoxdeveloperedition$", | |
| "^org\\.mozilla\\.nightly$", | |
| "^com\\.microsoft\\.edgemac$", | |
| "^com\\.google\\.Chrome$", | |
| "^com\\.brave\\.Browser$", | |
| "^com\\.apple\\.Safari$" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "left_arrow", | |
| "modifiers": { | |
| "mandatory": [ | |
| "option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_arrow", | |
| "modifiers": [ | |
| "command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.mozilla\\.firefox$", | |
| "^org\\.mozilla\\.firefoxdeveloperedition$", | |
| "^org\\.mozilla\\.nightly$", | |
| "^com\\.microsoft\\.edgemac$", | |
| "^com\\.google\\.Chrome$", | |
| "^com\\.brave\\.Browser$", | |
| "^com\\.apple\\.Safari$" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "right_arrow", | |
| "modifiers": { | |
| "mandatory": [ | |
| "option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "right_arrow", | |
| "modifiers": [ | |
| "command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.mozilla\\.firefox$", | |
| "^org\\.mozilla\\.firefoxdeveloperedition$", | |
| "^org\\.mozilla\\.nightly$", | |
| "^com\\.microsoft\\.edgemac$", | |
| "^com\\.google\\.Chrome$", | |
| "^com\\.brave\\.Browser$", | |
| "^com\\.apple\\.Safari$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ] | |
| }, | |
| "pointing_button": "button1" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "space", | |
| "modifiers": [ | |
| "right_option" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "F5 => Cmd+r (Reload)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "f5", | |
| "modifiers": { | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "r", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+(Shift)+Right/left arrow => Alt+(Shift)+Right/left arrow (Move cursor one word with selection and without selection)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "left_arrow", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_arrow", | |
| "modifiers": [ | |
| "left_option" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "right_arrow", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "right_arrow", | |
| "modifiers": [ | |
| "left_option" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+Backspace/Delete => Option+(Fn)+Delete (Remove a whole word ahead or behind)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "delete_or_backspace", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "delete_or_backspace", | |
| "modifiers": [ | |
| "left_option" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "delete_forward", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "delete_forward", | |
| "modifiers": [ | |
| "left_option" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Delete => Cmd+backspace (Delete) (Only in Finder)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com.apple.finder" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "delete_forward", | |
| "modifiers": { | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "delete_or_backspace", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+H => Cmd+shift+period (show hidden files) (Only in Finder)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com.apple.finder" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "h", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "period", | |
| "modifiers": [ | |
| "left_command", | |
| "left_shift" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "devices": [ | |
| { | |
| "disable_built_in_keyboard_if_exists": false, | |
| "fn_function_keys": [], | |
| "identifiers": { | |
| "is_keyboard": true, | |
| "is_pointing_device": false, | |
| "product_id": 834, | |
| "vendor_id": 1452 | |
| }, | |
| "ignore": false, | |
| "manipulate_caps_lock_led": true, | |
| "simple_modifications": [], | |
| "treat_as_built_in_keyboard": false | |
| }, | |
| { | |
| "disable_built_in_keyboard_if_exists": false, | |
| "fn_function_keys": [], | |
| "identifiers": { | |
| "is_keyboard": false, | |
| "is_pointing_device": true, | |
| "product_id": 834, | |
| "vendor_id": 1452 | |
| }, | |
| "ignore": true, | |
| "manipulate_caps_lock_led": false, | |
| "simple_modifications": [], | |
| "treat_as_built_in_keyboard": false | |
| }, | |
| { | |
| "disable_built_in_keyboard_if_exists": false, | |
| "fn_function_keys": [], | |
| "identifiers": { | |
| "is_keyboard": true, | |
| "is_pointing_device": false, | |
| "product_id": 544, | |
| "vendor_id": 1452 | |
| }, | |
| "ignore": false, | |
| "manipulate_caps_lock_led": true, | |
| "simple_modifications": [], | |
| "treat_as_built_in_keyboard": false | |
| }, | |
| { | |
| "disable_built_in_keyboard_if_exists": false, | |
| "fn_function_keys": [], | |
| "identifiers": { | |
| "is_keyboard": false, | |
| "is_pointing_device": true, | |
| "product_id": 50479, | |
| "vendor_id": 1133 | |
| }, | |
| "ignore": true, | |
| "manipulate_caps_lock_led": false, | |
| "simple_modifications": [], | |
| "treat_as_built_in_keyboard": false | |
| } | |
| ], | |
| "fn_function_keys": [ | |
| { | |
| "from": { | |
| "key_code": "f1" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "display_brightness_decrement" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f2" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "display_brightness_increment" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f3" | |
| }, | |
| "to": [ | |
| { | |
| "apple_vendor_keyboard_key_code": "mission_control" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f4" | |
| }, | |
| "to": [ | |
| { | |
| "apple_vendor_keyboard_key_code": "spotlight" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f5" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "dictation" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f6" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "f6" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f7" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "rewind" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f8" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "play_or_pause" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f9" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "fast_forward" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f10" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "mute" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f11" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "volume_decrement" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f12" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "volume_increment" | |
| } | |
| ] | |
| } | |
| ], | |
| "name": "Cope", | |
| "parameters": { | |
| "delay_milliseconds_before_open_device": 1000 | |
| }, | |
| "selected": true, | |
| "simple_modifications": [], | |
| "virtual_hid_keyboard": { | |
| "country_code": 0, | |
| "indicate_sticky_modifier_keys_state": true, | |
| "mouse_key_xy_scale": 100 | |
| } | |
| }, | |
| { | |
| "complex_modifications": { | |
| "parameters": { | |
| "basic.simultaneous_threshold_milliseconds": 50, | |
| "basic.to_delayed_action_delay_milliseconds": 500, | |
| "basic.to_if_alone_timeout_milliseconds": 1000, | |
| "basic.to_if_held_down_threshold_milliseconds": 500, | |
| "mouse_motion_to_scroll.speed": 100 | |
| }, | |
| "rules": [] | |
| }, | |
| "devices": [ | |
| { | |
| "disable_built_in_keyboard_if_exists": false, | |
| "fn_function_keys": [], | |
| "identifiers": { | |
| "is_keyboard": true, | |
| "is_pointing_device": false, | |
| "product_id": 834, | |
| "vendor_id": 1452 | |
| }, | |
| "ignore": false, | |
| "manipulate_caps_lock_led": true, | |
| "simple_modifications": [], | |
| "treat_as_built_in_keyboard": false | |
| }, | |
| { | |
| "disable_built_in_keyboard_if_exists": false, | |
| "fn_function_keys": [], | |
| "identifiers": { | |
| "is_keyboard": false, | |
| "is_pointing_device": true, | |
| "product_id": 834, | |
| "vendor_id": 1452 | |
| }, | |
| "ignore": true, | |
| "manipulate_caps_lock_led": false, | |
| "simple_modifications": [], | |
| "treat_as_built_in_keyboard": false | |
| }, | |
| { | |
| "disable_built_in_keyboard_if_exists": false, | |
| "fn_function_keys": [], | |
| "identifiers": { | |
| "is_keyboard": true, | |
| "is_pointing_device": false, | |
| "product_id": 544, | |
| "vendor_id": 1452 | |
| }, | |
| "ignore": false, | |
| "manipulate_caps_lock_led": true, | |
| "simple_modifications": [], | |
| "treat_as_built_in_keyboard": false | |
| }, | |
| { | |
| "disable_built_in_keyboard_if_exists": false, | |
| "fn_function_keys": [], | |
| "identifiers": { | |
| "is_keyboard": false, | |
| "is_pointing_device": true, | |
| "product_id": 50479, | |
| "vendor_id": 1133 | |
| }, | |
| "ignore": true, | |
| "manipulate_caps_lock_led": false, | |
| "simple_modifications": [], | |
| "treat_as_built_in_keyboard": false | |
| } | |
| ], | |
| "fn_function_keys": [ | |
| { | |
| "from": { | |
| "key_code": "f1" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "display_brightness_decrement" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f2" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "display_brightness_increment" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f3" | |
| }, | |
| "to": [ | |
| { | |
| "apple_vendor_keyboard_key_code": "mission_control" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f4" | |
| }, | |
| "to": [ | |
| { | |
| "apple_vendor_keyboard_key_code": "spotlight" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f5" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "dictation" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f6" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "f6" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f7" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "rewind" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f8" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "play_or_pause" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f9" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "fast_forward" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f10" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "mute" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f11" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "volume_decrement" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f12" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "volume_increment" | |
| } | |
| ] | |
| } | |
| ], | |
| "name": "Hope?", | |
| "parameters": { | |
| "delay_milliseconds_before_open_device": 1000 | |
| }, | |
| "selected": false, | |
| "simple_modifications": [], | |
| "virtual_hid_keyboard": { | |
| "country_code": 0, | |
| "indicate_sticky_modifier_keys_state": true, | |
| "mouse_key_xy_scale": 100 | |
| } | |
| } | |
| ] | |
| }{ | |
| "global": { | |
| "ask_for_confirmation_before_quitting": true, | |
| "check_for_updates_on_startup": true, | |
| "show_in_menu_bar": true, | |
| "show_profile_name_in_menu_bar": false, | |
| "unsafe_ui": false | |
| }, | |
| "profiles": [ | |
| { | |
| "complex_modifications": { | |
| "parameters": { | |
| "basic.simultaneous_threshold_milliseconds": 50, | |
| "basic.to_delayed_action_delay_milliseconds": 500, | |
| "basic.to_if_alone_timeout_milliseconds": 1000, | |
| "basic.to_if_held_down_threshold_milliseconds": 500, | |
| "mouse_motion_to_scroll.speed": 100 | |
| }, | |
| "rules": [ | |
| { | |
| "description": "Hyper key", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "left_command", | |
| "modifiers": { | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_command", | |
| "modifiers": [ | |
| "left_control", | |
| "left_option" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "fn => control", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "fn", | |
| "modifiers": { | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_control" | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+C, Ctrl+V, Ctrl+X => Cmd+C (Copy), Cmd+V (Paste), Cmd+X (Cut)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "c", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "c", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "v", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "v", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "x", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "x", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+Z => Cmd+Z (Undo), Ctrl+Y => Cmd+Shift+Y (Redo), Ctrl+A => Cmd+A (Select all), Ctrl+S => Cmd+S (Save), Ctrl+N => Cmd+N (New), Ctrl+W => Cmd+W (Close), Ctrl+F => Cmd+F (Find)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "z", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "z", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "y", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "z", | |
| "modifiers": [ | |
| "left_command", | |
| "left_shift" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "a", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "a", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "s", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "s", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "n", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "n", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "w", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "w", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "f", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "f", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "o", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "o", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "fn => control", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "fn", | |
| "modifiers": { | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_control" | |
| } | |
| ], | |
| "to_if_alone": [ | |
| { | |
| "key_code": "fn" | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Terminal copy-paste", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "c", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control", | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "c", | |
| "modifiers": [ | |
| "command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "v", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control", | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "v", | |
| "modifiers": [ | |
| "command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Terminal close", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.googlecode\\.iterm2$" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "q", | |
| "modifiers": { | |
| "mandatory": [ | |
| "command", | |
| "control", | |
| "shift", | |
| "option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "w", | |
| "modifiers": [ | |
| "command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+H => Cmd+Option+F (Find and Replace), Ctrl+(Shift)+P => Cmd+Shift+P (Command Pallet), Ctrl+Slash => Cmd+Slash (Comment) (Only in Code)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "h", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "f", | |
| "modifiers": [ | |
| "left_command", | |
| "left_option" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "p", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "p", | |
| "modifiers": [ | |
| "command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "slash", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "slash", | |
| "modifiers": [ | |
| "command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+T => Cmd+T (New tab)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyper$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "t", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "t", | |
| "modifiers": [ | |
| "command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+B => Cmd+B (Bold)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyper$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "b", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "b", | |
| "modifiers": [ | |
| "command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+I => Cmd+I (Italic)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyper$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "i", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "i", | |
| "modifiers": [ | |
| "command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Mod+Shift+Q => Cmd+W (Close tab/window)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "q", | |
| "modifiers": { | |
| "mandatory": [ | |
| "command", | |
| "shift", | |
| "option", | |
| "control" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "w", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+L => Cmd+L (Open url location) (Only in browsers)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.mozilla\\.firefox$", | |
| "^org\\.mozilla\\.firefoxdeveloperedition$", | |
| "^org\\.mozilla\\.nightly$", | |
| "^com\\.microsoft\\.Edge", | |
| "^com\\.google\\.Chrome$", | |
| "^com\\.brave\\.Browser$", | |
| "^com\\.apple\\.Safari$" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "l", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "l", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+R => Cmd+R (Reload), Option+Left => Cmd+Left (Back), Option+Right => Cmd+Right (Forward), Ctrl+Click => Cmd+Click (Open link) (Only in browsers)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.mozilla\\.firefox$", | |
| "^org\\.mozilla\\.firefoxdeveloperedition$", | |
| "^org\\.mozilla\\.nightly$", | |
| "^com\\.microsoft\\.edgemac$", | |
| "^com\\.google\\.Chrome$", | |
| "^com\\.brave\\.Browser$", | |
| "^com\\.apple\\.Safari$" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "r", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "r", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.mozilla\\.firefox$", | |
| "^org\\.mozilla\\.firefoxdeveloperedition$", | |
| "^org\\.mozilla\\.nightly$", | |
| "^com\\.microsoft\\.edgemac$", | |
| "^com\\.google\\.Chrome$", | |
| "^com\\.brave\\.Browser$", | |
| "^com\\.apple\\.Safari$" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "left_arrow", | |
| "modifiers": { | |
| "mandatory": [ | |
| "option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_arrow", | |
| "modifiers": [ | |
| "command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.mozilla\\.firefox$", | |
| "^org\\.mozilla\\.firefoxdeveloperedition$", | |
| "^org\\.mozilla\\.nightly$", | |
| "^com\\.microsoft\\.edgemac$", | |
| "^com\\.google\\.Chrome$", | |
| "^com\\.brave\\.Browser$", | |
| "^com\\.apple\\.Safari$" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "right_arrow", | |
| "modifiers": { | |
| "mandatory": [ | |
| "option" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "right_arrow", | |
| "modifiers": [ | |
| "command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^org\\.mozilla\\.firefox$", | |
| "^org\\.mozilla\\.firefoxdeveloperedition$", | |
| "^org\\.mozilla\\.nightly$", | |
| "^com\\.microsoft\\.edgemac$", | |
| "^com\\.google\\.Chrome$", | |
| "^com\\.brave\\.Browser$", | |
| "^com\\.apple\\.Safari$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ] | |
| }, | |
| "pointing_button": "button1" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "space", | |
| "modifiers": [ | |
| "right_option" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "F5 => Cmd+r (Reload)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "f5", | |
| "modifiers": { | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "r", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+(Shift)+Right/left arrow => Alt+(Shift)+Right/left arrow (Move cursor one word with selection and without selection)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "left_arrow", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "left_arrow", | |
| "modifiers": [ | |
| "left_option" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "right_arrow", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "right_arrow", | |
| "modifiers": [ | |
| "left_option" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+Backspace/Delete => Option+(Fn)+Delete (Remove a whole word ahead or behind)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "delete_or_backspace", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "delete_or_backspace", | |
| "modifiers": [ | |
| "left_option" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| }, | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.microsoft\\.rdc$", | |
| "^com\\.microsoft\\.rdc\\.mac$", | |
| "^com\\.microsoft\\.rdc\\.macos$", | |
| "^com\\.microsoft\\.rdc\\.osx\\.beta$", | |
| "^net\\.sf\\.cord$", | |
| "^com\\.thinomenon\\.RemoteDesktopConnection$", | |
| "^com\\.itap-mobile\\.qmote$", | |
| "^com\\.nulana\\.remotixmac$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer$", | |
| "^com\\.p5sys\\.jump\\.mac\\.viewer\\.web$", | |
| "^com\\.teamviewer\\.TeamViewer$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.2X\\.Client\\.Mac$", | |
| "^com\\.vmware\\.fusion$", | |
| "^com\\.vmware\\.horizon$", | |
| "^com\\.vmware\\.view$", | |
| "^com\\.parallels\\.desktop$", | |
| "^com\\.parallels\\.vm$", | |
| "^com\\.parallels\\.desktop\\.console$", | |
| "^org\\.virtualbox\\.app\\.VirtualBoxVM$", | |
| "^com\\.citrix\\.XenAppViewer$", | |
| "^com\\.vmware\\.proxyApp\\.", | |
| "^com\\.parallels\\.winapp\\.", | |
| "^org\\.macports\\.X11$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^tv\\.parsec\\.www$", | |
| "^com\\.microsoft\\.VSCode$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "delete_forward", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ], | |
| "optional": [ | |
| "shift" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "delete_forward", | |
| "modifiers": [ | |
| "left_option" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Delete => Cmd+backspace (Delete) (Only in Finder)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com.apple.finder" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "delete_forward", | |
| "modifiers": { | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "delete_or_backspace", | |
| "modifiers": [ | |
| "left_command" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| }, | |
| { | |
| "description": "Ctrl+H => Cmd+shift+period (show hidden files) (Only in Finder)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com.apple.finder" | |
| ], | |
| "type": "frontmost_application_if" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "h", | |
| "modifiers": { | |
| "mandatory": [ | |
| "control" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "period", | |
| "modifiers": [ | |
| "left_command", | |
| "left_shift" | |
| ] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| "devices": [ | |
| { | |
| "disable_built_in_keyboard_if_exists": false, | |
| "fn_function_keys": [], | |
| "identifiers": { | |
| "is_keyboard": true, | |
| "is_pointing_device": false, | |
| "product_id": 834, | |
| "vendor_id": 1452 | |
| }, | |
| "ignore": false, | |
| "manipulate_caps_lock_led": true, | |
| "simple_modifications": [], | |
| "treat_as_built_in_keyboard": false | |
| }, | |
| { | |
| "disable_built_in_keyboard_if_exists": false, | |
| "fn_function_keys": [], | |
| "identifiers": { | |
| "is_keyboard": false, | |
| "is_pointing_device": true, | |
| "product_id": 834, | |
| "vendor_id": 1452 | |
| }, | |
| "ignore": true, | |
| "manipulate_caps_lock_led": false, | |
| "simple_modifications": [], | |
| "treat_as_built_in_keyboard": false | |
| }, | |
| { | |
| "disable_built_in_keyboard_if_exists": false, | |
| "fn_function_keys": [], | |
| "identifiers": { | |
| "is_keyboard": true, | |
| "is_pointing_device": false, | |
| "product_id": 544, | |
| "vendor_id": 1452 | |
| }, | |
| "ignore": false, | |
| "manipulate_caps_lock_led": true, | |
| "simple_modifications": [], | |
| "treat_as_built_in_keyboard": false | |
| }, | |
| { | |
| "disable_built_in_keyboard_if_exists": false, | |
| "fn_function_keys": [], | |
| "identifiers": { | |
| "is_keyboard": false, | |
| "is_pointing_device": true, | |
| "product_id": 50479, | |
| "vendor_id": 1133 | |
| }, | |
| "ignore": true, | |
| "manipulate_caps_lock_led": false, | |
| "simple_modifications": [], | |
| "treat_as_built_in_keyboard": false | |
| } | |
| ], | |
| "fn_function_keys": [ | |
| { | |
| "from": { | |
| "key_code": "f1" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "display_brightness_decrement" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f2" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "display_brightness_increment" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f3" | |
| }, | |
| "to": [ | |
| { | |
| "apple_vendor_keyboard_key_code": "mission_control" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f4" | |
| }, | |
| "to": [ | |
| { | |
| "apple_vendor_keyboard_key_code": "spotlight" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f5" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "dictation" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f6" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "f6" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f7" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "rewind" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f8" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "play_or_pause" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f9" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "fast_forward" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f10" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "mute" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f11" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "volume_decrement" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f12" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "volume_increment" | |
| } | |
| ] | |
| } | |
| ], | |
| "name": "Cope", | |
| "parameters": { | |
| "delay_milliseconds_before_open_device": 1000 | |
| }, | |
| "selected": true, | |
| "simple_modifications": [], | |
| "virtual_hid_keyboard": { | |
| "country_code": 0, | |
| "indicate_sticky_modifier_keys_state": true, | |
| "mouse_key_xy_scale": 100 | |
| } | |
| }, | |
| { | |
| "complex_modifications": { | |
| "parameters": { | |
| "basic.simultaneous_threshold_milliseconds": 50, | |
| "basic.to_delayed_action_delay_milliseconds": 500, | |
| "basic.to_if_alone_timeout_milliseconds": 1000, | |
| "basic.to_if_held_down_threshold_milliseconds": 500, | |
| "mouse_motion_to_scroll.speed": 100 | |
| }, | |
| "rules": [] | |
| }, | |
| "devices": [ | |
| { | |
| "disable_built_in_keyboard_if_exists": false, | |
| "fn_function_keys": [], | |
| "identifiers": { | |
| "is_keyboard": true, | |
| "is_pointing_device": false, | |
| "product_id": 834, | |
| "vendor_id": 1452 | |
| }, | |
| "ignore": false, | |
| "manipulate_caps_lock_led": true, | |
| "simple_modifications": [], | |
| "treat_as_built_in_keyboard": false | |
| }, | |
| { | |
| "disable_built_in_keyboard_if_exists": false, | |
| "fn_function_keys": [], | |
| "identifiers": { | |
| "is_keyboard": false, | |
| "is_pointing_device": true, | |
| "product_id": 834, | |
| "vendor_id": 1452 | |
| }, | |
| "ignore": true, | |
| "manipulate_caps_lock_led": false, | |
| "simple_modifications": [], | |
| "treat_as_built_in_keyboard": false | |
| }, | |
| { | |
| "disable_built_in_keyboard_if_exists": false, | |
| "fn_function_keys": [], | |
| "identifiers": { | |
| "is_keyboard": true, | |
| "is_pointing_device": false, | |
| "product_id": 544, | |
| "vendor_id": 1452 | |
| }, | |
| "ignore": false, | |
| "manipulate_caps_lock_led": true, | |
| "simple_modifications": [], | |
| "treat_as_built_in_keyboard": false | |
| }, | |
| { | |
| "disable_built_in_keyboard_if_exists": false, | |
| "fn_function_keys": [], | |
| "identifiers": { | |
| "is_keyboard": false, | |
| "is_pointing_device": true, | |
| "product_id": 50479, | |
| "vendor_id": 1133 | |
| }, | |
| "ignore": true, | |
| "manipulate_caps_lock_led": false, | |
| "simple_modifications": [], | |
| "treat_as_built_in_keyboard": false | |
| } | |
| ], | |
| "fn_function_keys": [ | |
| { | |
| "from": { | |
| "key_code": "f1" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "display_brightness_decrement" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f2" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "display_brightness_increment" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f3" | |
| }, | |
| "to": [ | |
| { | |
| "apple_vendor_keyboard_key_code": "mission_control" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f4" | |
| }, | |
| "to": [ | |
| { | |
| "apple_vendor_keyboard_key_code": "spotlight" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f5" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "dictation" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f6" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "f6" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f7" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "rewind" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f8" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "play_or_pause" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f9" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "fast_forward" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f10" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "mute" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f11" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "volume_decrement" | |
| } | |
| ] | |
| }, | |
| { | |
| "from": { | |
| "key_code": "f12" | |
| }, | |
| "to": [ | |
| { | |
| "consumer_key_code": "volume_increment" | |
| } | |
| ] | |
| } | |
| ], | |
| "name": "Hope?", | |
| "parameters": { | |
| "delay_milliseconds_before_open_device": 1000 | |
| }, | |
| "selected": false, | |
| "simple_modifications": [], | |
| "virtual_hid_keyboard": { | |
| "country_code": 0, | |
| "indicate_sticky_modifier_keys_state": true, | |
| "mouse_key_xy_scale": 100 | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment