Update tmux and karabiner

This commit is contained in:
js0ny 2024-10-04 11:00:46 +01:00
parent 4cba004d09
commit f43906adb6
5 changed files with 209 additions and 0 deletions

View file

@ -0,0 +1,26 @@
{
"description": "CapsLock to ESC (alone) or LCommand (withKeys)",
"manipulators": [
{
"from": {
"key_code": "caps_lock",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "left_command"
}
],
"to_if_alone": [
{
"key_code": "escape"
}
],
"type": "basic"
}
]
}