mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(karabiner): add karabiner config to dotfiles
This commit is contained in:
31
karabiner/assets/complex_modifications/1668261369.json
Normal file
31
karabiner/assets/complex_modifications/1668261369.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"title": "Caps Lock to Escape, enable Caps Lock when held",
|
||||
"rules": [
|
||||
{
|
||||
"description": "Caps Lock to Escape on single press, Caps Lock on press and hold.",
|
||||
"manipulators": [
|
||||
{
|
||||
"type": "basic",
|
||||
"from": {
|
||||
"key_code": "caps_lock",
|
||||
"modifiers": {
|
||||
"optional": [
|
||||
"any"
|
||||
]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "escape"
|
||||
}
|
||||
],
|
||||
"to_if_held_down": [
|
||||
{
|
||||
"key_code": "caps_lock"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user