Created
March 11, 2026 12:07
-
-
Save RobinBoers/3d94faf3aff40c02a1534e01a0cd8455 to your computer and use it in GitHub Desktop.
Option launches Spotlight
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": "Option launches Spotlight", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "left_option", | |
| "modifiers": { "optional": ["any"] } | |
| }, | |
| "to": [{ "key_code": "left_option" }], | |
| "to_if_alone": [ | |
| { | |
| "key_code": "spacebar", | |
| "modifiers": ["left_command"] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment