Created
February 27, 2026 02:44
-
-
Save sorrycc/d59c33e1a881e1813b33a0c1a207e080 to your computer and use it in GitHub Desktop.
Change right_command to hyper key (f19 when alone). Change right_option to fn.
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 right_command to hyper key (f19 when alone). Change right_option to fn.", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "right_option", | |
| "modifiers": { | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": [ | |
| { | |
| "apple_vendor_top_case_key_code": "keyboard_fn" | |
| } | |
| ], | |
| "type": "basic" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment