Skip to content

Instantly share code, notes, and snippets.

@sorrycc
Created February 27, 2026 02:44
Show Gist options
  • Select an option

  • Save sorrycc/d59c33e1a881e1813b33a0c1a207e080 to your computer and use it in GitHub Desktop.

Select an option

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.
{
"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