Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@aghouseh
Created December 10, 2022 04:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aghouseh/d1ebf881f0cd9a9c7b06bbddd3873d8c to your computer and use it in GitHub Desktop.
Save aghouseh/d1ebf881f0cd9a9c7b06bbddd3873d8c to your computer and use it in GitHub Desktop.
Fn to Hyper - complex modification for Karabiner-Elements
{
"title": "Fn Key → Hyper Key (⌃⌥⇧⌘)",
"rules": [
{
"description": "Fn Key → Hyper Key (⌃⌥⇧⌘)",
"manipulators": [
{
"from": {
"key_code": "fn",
"modifiers": {
"optional": [
"caps_lock"
]
}
},
"to": [
{
"key_code": "left_shift",
"modifiers": [
"left_command",
"left_control",
"left_option"
]
}
],
"type": "basic"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment