modules.services.keyd: map 'prog4' to 'sysrq' key

This commit is contained in:
2025-11-22 23:47:42 +08:00
parent 64f658473a
commit 2a7865fcbd

View File

@@ -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"; };
};
};