keyd: align hyper chord with hyprland

This commit is contained in:
2026-02-03 20:36:58 -08:00
parent 0e16fbaeb0
commit b3b405ec7e

View File

@@ -17,8 +17,8 @@ makeEnable config "myModules.keyd" true {
# Right Alt -> Hyper chord
rightalt = "layer(hyper)";
};
# Hyper = Ctrl+Alt+Meta+Shift while held
"hyper:C-A-M-S" = { };
# Hyper = Ctrl+Alt+Meta while held (matches $hyper = SUPER CTRL ALT)
"hyper:C-A-M" = { };
};
};