Skip to content

Instantly share code, notes, and snippets.

@davidleininger
Last active January 26, 2021 21:15
Show Gist options
  • Save davidleininger/aa61da80f02182786b7fee82b3aa1af8 to your computer and use it in GitHub Desktop.
Save davidleininger/aa61da80f02182786b7fee82b3aa1af8 to your computer and use it in GitHub Desktop.
{
"title": "Caps Lock To Hyper/Escape",
"author": "David Leininger(twobeards.dev)",
"homepage": "https://gist.github.com/davidleininger/aa61da80f02182786b7fee82b3aa1af8",
"import_url": "karabiner://karabiner/assets/complex_modifications/import?url=https://gist.githubusercontent.com/davidleininger/aa61da80f02182786b7fee82b3aa1af8/raw/e1f0146c01edc1a26d303f06f575a22a48a6f929/caps_lock_to_hyper_escape.json",
"rules": [
{
"description": "Caps Lock to Hyper/Escape",
"manipulators": [
{
"from": {
"key_code": "caps_lock",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "right_shift",
"modifiers": [
"right_command",
"right_control",
"right_option"
]
}
],
"to_if_alone": [
{
"key_code": "escape"
}
],
"type": "basic"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment