mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:09:24 +08:00
modules.services.keyd: map 'prog4' to 'sysrq' key
This commit is contained in:
@@ -12,7 +12,7 @@ inputs:
|
||||
ids = [ "*" ];
|
||||
settings =
|
||||
{
|
||||
main.rightcontrol = "overload(r_ctrl, rightcontrol)";
|
||||
main = { rightcontrol = "overload(r_ctrl, rightcontrol)"; prog4 = "sysrq"; };
|
||||
"r_ctrl:C" = { left = "home"; right = "end"; up = "pageup"; down = "pagedown"; };
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user