keyd: fix modifier keys (rightshift bacame leftshift)
This commit is contained in:
parent
665dc96362
commit
a8543c5090
|
@ -8,6 +8,16 @@
|
||||||
"main" = {
|
"main" = {
|
||||||
# Some programs don't respect colemaks capslock bind, so we force it here
|
# Some programs don't respect colemaks capslock bind, so we force it here
|
||||||
"capslock" = "backspace";
|
"capslock" = "backspace";
|
||||||
|
|
||||||
|
# keyd has incorrect defaults :/
|
||||||
|
"leftshift" = "leftshift";
|
||||||
|
"rightshift" = "rightshift";
|
||||||
|
"leftalt" = "leftalt";
|
||||||
|
"rightalt" = "rightalt";
|
||||||
|
"leftcontrol" = "leftcontrol";
|
||||||
|
"rightcontrol" = "rightcontrol";
|
||||||
|
"leftmeta" = "leftmeta";
|
||||||
|
"rightmeta" = "rightmeta";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue