Skip to content

Instantly share code, notes, and snippets.

@rbika
Created July 15, 2025 01:37
Show Gist options
  • Select an option

  • Save rbika/7e2cf6136298c91cccde6c75adc377f2 to your computer and use it in GitHub Desktop.

Select an option

Save rbika/7e2cf6136298c91cccde6c75adc377f2 to your computer and use it in GitHub Desktop.
Karabiner - Maps Caps Lock to Left Ctrl
{
"description": "Maps Caps Lock to Left Ctrl",
"manipulators": [
{
"from": {
"key_code": "caps_lock",
"modifiers": { "optional": ["any"] }
},
"to": [{ "key_code": "left_control" }],
"type": "basic"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment