remap capslock to ctrl+space

This commit is contained in:
Sense T 2023-07-14 08:06:12 +00:00
parent 7d594728c9
commit 621a59fc90
2 changed files with 10 additions and 2 deletions

View File

@ -52,6 +52,15 @@
alsa.enable = true; alsa.enable = true;
pulse.enable = true; pulse.enable = true;
}; };
keyd = {
enable = true;
settings = {
main = {
capslock = "C-space";
};
};
};
}; };
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:

View File

@ -31,8 +31,7 @@ input {
kb_layout = us kb_layout = us
kb_variant = kb_variant =
kb_model = kb_model =
# disable capslock kb_options =
kb_options = caps:none
kb_rules = kb_rules =
follow_mouse = 1 follow_mouse = 1