Skip to content

Instantly share code, notes, and snippets.

@leojofer
Created January 9, 2026 11:31
Show Gist options
  • Select an option

  • Save leojofer/af1f4999c7741c8f743fe7333e463208 to your computer and use it in GitHub Desktop.

Select an option

Save leojofer/af1f4999c7741c8f743fe7333e463208 to your computer and use it in GitHub Desktop.
Karabiner Elements: (Raycast) Map F4 to Cmd+Space
{
"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