Skip to content

Instantly share code, notes, and snippets.

@Kinark
Created March 6, 2025 03:59
Show Gist options
  • Save Kinark/2dd0e12b23c844d26768a47ea41c1264 to your computer and use it in GitHub Desktop.
Save Kinark/2dd0e12b23c844d26768a47ea41c1264 to your computer and use it in GitHub Desktop.
{
"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