Created
July 29, 2025 13:53
-
-
Save denblackstache/c7e09edd8a3396efb41ad8b6fa611f77 to your computer and use it in GitHub Desktop.
Aerospace Left Option Karabiner Mod
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": "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