Created
March 11, 2026 12:08
-
-
Save RobinBoers/c672b7855dcd2e20171411e3d540be43 to your computer and use it in GitHub Desktop.
Ctrl+F => Cmd+F (Find)
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
| { | |
| "description": "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\\.", | |
| "^tv\\.parsec\\.www$", | |
| "^org\\.macports\\.X11$", | |
| "^com\\.apple\\.Terminal$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.github\\.wez\\.wezterm$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "f", | |
| "modifiers": { | |
| "mandatory": ["control"], | |
| "optional": ["any"] | |
| } | |
| }, | |
| "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\\.", | |
| "^tv\\.parsec\\.www$", | |
| "^org\\.macports\\.X11$", | |
| "^com\\.apple\\.Terminal$", | |
| "^com\\.googlecode\\.iterm2$", | |
| "^co\\.zeit\\.hyperterm$", | |
| "^co\\.zeit\\.hyper$", | |
| "^io\\.alacritty$", | |
| "^net\\.kovidgoyal\\.kitty$", | |
| "^com\\.github\\.wez\\.wezterm$" | |
| ], | |
| "type": "frontmost_application_unless" | |
| } | |
| ], | |
| "from": { | |
| "key_code": "g", | |
| "modifiers": { | |
| "mandatory": ["control"], | |
| "optional": ["any"] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "g", | |
| "modifiers": ["left_command"] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment