mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-21 06:04:47 +00:00
chore: escape key rebind
This commit is contained in:
parent
978f31411d
commit
cd26c0fae5
1 changed files with 4 additions and 0 deletions
|
|
@ -334,6 +334,10 @@
|
||||||
{
|
{
|
||||||
"from": { "key_code": "right_command" },
|
"from": { "key_code": "right_command" },
|
||||||
"to": [{ "key_code": "right_option" }]
|
"to": [{ "key_code": "right_option" }]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": { "key_code": "escape" },
|
||||||
|
"to": [{ "key_code": "grave_accent_and_tilde" }]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue