Remap capslock to escape
This commit is contained in:
parent
e0ad3bc362
commit
c80c2737e0
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@
|
|||
serviceMode = "system";
|
||||
config = {
|
||||
keymap = [
|
||||
{
|
||||
name = "Global";
|
||||
remap = {"CapsLock" = "Esc";}; # globally remap CapsLock to Esc
|
||||
}
|
||||
{
|
||||
name = "main remaps";
|
||||
remap = {
|
||||
|
|
Loading…
Reference in a new issue