Skip to content

Instantly share code, notes, and snippets.

@qkdxorjs1002
Created August 11, 2021 08:08
Show Gist options
  • Save qkdxorjs1002/6231ec26b1c7ec02e1e286405760b029 to your computer and use it in GitHub Desktop.
Save qkdxorjs1002/6231ec26b1c7ec02e1e286405760b029 to your computer and use it in GitHub Desktop.
macOS karabiner config. 'caps_lock' to "control + spacebar"
"simple_modifications": [
{
"from": {
"key_code": "caps_lock"
},
"to": [
{
"key_code": "spacebar",
"modifiers": [
"left_control"
]
}
]
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment