Skip to content

Instantly share code, notes, and snippets.

@RobinBoers
Created March 11, 2026 12:07
Show Gist options
  • Select an option

  • Save RobinBoers/3d94faf3aff40c02a1534e01a0cd8455 to your computer and use it in GitHub Desktop.

Select an option

Save RobinBoers/3d94faf3aff40c02a1534e01a0cd8455 to your computer and use it in GitHub Desktop.
Option launches Spotlight
{
"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