Skip to content

Instantly share code, notes, and snippets.

@lubert
Created December 16, 2017 01:06
Show Gist options
  • Save lubert/0d1880c4a75f9ca616865a37420ec9a0 to your computer and use it in GitHub Desktop.
Save lubert/0d1880c4a75f9ca616865a37420ec9a0 to your computer and use it in GitHub Desktop.
Karabiner Elements - Map Caps Lock to Left Control
{
"title": "Map Caps Lock to Left Control",
"rules": [
{
"description": "Change caps_lock to left_control",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "caps_lock"
},
"to": [
{
"key_code": "left_control"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment