remap capslock to ctrl+space
This commit is contained in:
parent
7d594728c9
commit
621a59fc90
@ -52,6 +52,15 @@
|
||||
alsa.enable = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
|
||||
keyd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
capslock = "C-space";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
|
@ -31,8 +31,7 @@ input {
|
||||
kb_layout = us
|
||||
kb_variant =
|
||||
kb_model =
|
||||
# disable capslock
|
||||
kb_options = caps:none
|
||||
kb_options =
|
||||
kb_rules =
|
||||
|
||||
follow_mouse = 1
|
||||
|
Reference in New Issue
Block a user