New karabiner config stuff

This commit is contained in:
2016-10-03 13:01:00 -04:00
parent 2335126b1a
commit 3da27ae701
2 changed files with 12 additions and 0 deletions

11
karabiner.json Normal file
View File

@@ -0,0 +1,11 @@
{
"profiles": [
{
"name": "Default profile",
"selected": true,
"simple_modifications": {
"caps_lock": "left_control"
}
}
]
}