fix(keybinds): SUPER+? never fired — shifted keysym needs SHIFT in the modmask
All checks were successful
Check / eval (push) Successful in 2m53s
All checks were successful
Check / eval (push) Successful in 2m53s
? is typed as Shift+/, so Hyprland saw mods SUPER+SHIFT with keysym `question` and the exact-modmask match skipped the `$mod, question` bind — the keypress fell through to the focused window (caught on the Latitude, BACKLOG item 26; the menu itself was fine from a terminal). - keybinds.nix: bind is now `$mod SHIFT, question`. - rofi.nix prettyKeys collapses "SHIFT + ?" back to "?" so the cheatsheet row keeps the documented SUPER + ? label. - MEMORY.md gotcha: shifted keysyms need SHIFT in mods — invisible to eval-tier tests. Verified: V0 (flake check --no-build); V1 both surfaces (eval'd settings.bind renders `$mod SHIFT, question, exec, nomarchy-menu keybinds`; built nomarchy-menu's cheatsheet renders `SUPER + ?`). V3 queued: SUPER+? on the Latitude after home-update + relogin. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -17,6 +17,20 @@ Template:
|
||||
|
||||
---
|
||||
|
||||
## 2026-07-04 — SUPER+? bind fix (iteration #8, item 26)
|
||||
- **Task:** BACKLOG NOW#26 — cheatsheet bind never fires on hardware.
|
||||
- **Did:** keybinds.nix: `$mod, question` → `$mod SHIFT, question`
|
||||
(? is Shift+/, Hyprland matches the exact modmask); rofi.nix
|
||||
prettyKeys collapses "SHIFT + ?" → "?" so the row stays SUPER + ?.
|
||||
Gotcha added to MEMORY.md (shifted keysyms need SHIFT in mods).
|
||||
- **Verified:** V0 (flake check --no-build); V1 both surfaces — eval'd
|
||||
hyprland settings.bind renders `$mod SHIFT, question, exec,
|
||||
nomarchy-menu keybinds`, and built nomarchy-menu's cheatsheet file
|
||||
renders `SUPER + ?`. No other shifted keysyms in the bind list.
|
||||
- **Pending:** V3 queued (SUPER+? on the Latitude after home-update +
|
||||
relogin).
|
||||
- **Next suggestion:** item 25 (swaync contrast on summer-day).
|
||||
|
||||
## 2026-07-04 — Latitude hardware sweep #2 (Bernardo; results booked, no code)
|
||||
- **Task:** V3 sweep on the Latitude after pulling ≥18b8545 + reboot.
|
||||
- **PASS:** waybar supervisor (theme switches clean; `pkill -x waybar`
|
||||
|
||||
Reference in New Issue
Block a user