hypr: switch rutherford dictation from AltGr to bare Pause
AltGr is itself a modifier, and holding it broke dictation twice: Hyprland drops long-hold release events for modifier keys, so the daemon kept recording after the key went up, and the first phrase injected while the modifier was held never reached the target TUI. Bare Pause (Fn+F12 on the TypeMatrix) holds no modifier, so neither applies. The cheatsheet drops the AltGr mention again.
This commit is contained in:
parent
6723c9a59e
commit
85c22a3938
2 changed files with 11 additions and 12 deletions
|
|
@ -2,7 +2,7 @@
|
|||
│ SUPER + T Open terminal │ │ SUPER + W Close focused window │
|
||||
│ SUPER + B Open browser │ │ SUPER + M Exit Hyprland │
|
||||
│ SUPER + E Open file manager │ │ SUPER + V Toggle floating │
|
||||
│ SUPER+SHIFT+F23 / AltGr / Pause Voice dictation │
|
||||
│ SUPER+SHIFT+F23 / Pause Voice dictation │
|
||||
└────────────────────────────────────────────────────┘ │ SUPER + P Pseudo split (dwindle) │
|
||||
┌───────────────── Focus Movement ───────────────────┐ │ SUPER + J Toggle split (dwindle) │
|
||||
│ SUPER + ←/→/↑/↓ Move focus │ │ SUPER + F Toggle fullscreen │
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue