Created
December 16, 2017 01:06
-
-
Save lubert/0d1880c4a75f9ca616865a37420ec9a0 to your computer and use it in GitHub Desktop.
Karabiner Elements - Map Caps Lock to Left Control
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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