mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
26 lines
No EOL
600 B
JSON
26 lines
No EOL
600 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
} |