Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save denblackstache/c7e09edd8a3396efb41ad8b6fa611f77 to your computer and use it in GitHub Desktop.

Select an option

Save denblackstache/c7e09edd8a3396efb41ad8b6fa611f77 to your computer and use it in GitHub Desktop.
Aerospace Left Option Karabiner Mod
{
"description": "Change left_option to 3 modifiers combo (rcmd, ralt, rctrl), f17 when used alone",
"manipulators": [
{
"from": {
"key_code": "left_option",
"modifiers": { "optional": ["any"] }
},
"to": [
{
"key_code": "right_control",
"modifiers": ["right_command", "right_option"]
}
],
"to_if_alone": [{ "key_code": "f17" }],
"type": "basic"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment