Skip to content

Instantly share code, notes, and snippets.

@colinricardo
Last active February 6, 2023 17:03
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 colinricardo/8e78b303676cff26e5561b9d3ac7d716 to your computer and use it in GitHub Desktop.
Save colinricardo/8e78b303676cff26e5561b9d3ac7d716 to your computer and use it in GitHub Desktop.
{
"title": "Map Hyper + d to F12",
"rules": [
{
"description": "Map Hyper + d to F12",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "d",
"modifiers": {
"mandatory": [
"right_command",
"right_control",
"right_option",
"right_shift"
]
}
},
"to": [
{
"key_code": "f12"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment