feat(imxyy-nix/keyd): use side button to replace right button
my mouse 😭
This commit is contained in:
@@ -111,16 +111,22 @@ in
|
|||||||
|
|
||||||
services.keyd = {
|
services.keyd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
keyboards.default.settings = {
|
keyboards = {
|
||||||
main = {
|
default.settings = {
|
||||||
capslock = "overload(control, esc)";
|
main = {
|
||||||
home = "end";
|
capslock = "overload(control, esc)";
|
||||||
|
home = "end";
|
||||||
|
};
|
||||||
|
shift = {
|
||||||
|
home = "home";
|
||||||
|
};
|
||||||
|
control = {
|
||||||
|
delete = "print";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
shift = {
|
kone-pro-owl-eye = {
|
||||||
home = "home";
|
ids = [ "1e7d:2dcd" ];
|
||||||
};
|
settings.main.mouse2 = "rightmouse";
|
||||||
control = {
|
|
||||||
delete = "print";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user