Created
January 9, 2026 11:31
-
-
Save leojofer/af1f4999c7741c8f743fe7333e463208 to your computer and use it in GitHub Desktop.
Karabiner Elements: (Raycast) Map F4 to Cmd+Space
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": "F4 to Raycast hotkey", | |
| "manipulators": [ | |
| { | |
| "from": { "key_code": "f4" }, | |
| "to": [ | |
| { | |
| "key_code": "spacebar", | |
| "modifiers": ["command"] | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment