feat(keyd): fix some issues for when playing games.
This commit is contained in:
parent
0432fdcf37
commit
4f2a7ca3c4
1 changed files with 5 additions and 1 deletions
|
|
@ -15,7 +15,11 @@
|
|||
settings = {
|
||||
main = {
|
||||
capslock = "overload(control, esc)";
|
||||
esc = "capslock";
|
||||
esc = "toggle(gaming)";
|
||||
};
|
||||
gaming = {
|
||||
capslock = "esc";
|
||||
rightshift = "rightshift";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue