Skip to content

Instantly share code, notes, and snippets.

@pevd950
Created July 24, 2024 14:37
Show Gist options
  • Select an option

  • Save pevd950/2e82e732c1841bac1ced14468989388b to your computer and use it in GitHub Desktop.

Select an option

Save pevd950/2e82e732c1841bac1ced14468989388b to your computer and use it in GitHub Desktop.
{
"manipulators": [
{
"description": "Change caps_lock to command+control+option+shift.",
"from": {
"key_code": "caps_lock",
"modifiers": {
"optional": [
"any"
]
}
},
"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