Created
March 6, 2025 03:59
-
-
Save Kinark/2dd0e12b23c844d26768a47ea41c1264 to your computer and use it in GitHub Desktop.
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": "Fn Key → Hyper Key (⌃⌥⌘)", | |
"manipulators": [ | |
{ | |
"from": { | |
"key_code": "fn", | |
"modifiers": { "optional": ["caps_lock"] } | |
}, | |
"to": [ | |
{ | |
"key_code": "right_command", | |
"modifiers": ["right_control", "right_option"] | |
} | |
], | |
"type": "basic" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment