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";
|
serviceMode = "system";
|
||||||
config = {
|
config = {
|
||||||
keymap = [
|
keymap = [
|
||||||
|
{
|
||||||
|
name = "Global";
|
||||||
|
remap = {"CapsLock" = "Esc";}; # globally remap CapsLock to Esc
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "main remaps";
|
name = "main remaps";
|
||||||
remap = {
|
remap = {
|
||||||
|
|
Loading…
Reference in a new issue