Skip to content

Commit e53ecf4

Browse files
committed
chore: update docs
1 parent 4291711 commit e53ecf4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/CONFIGURATION.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -893,8 +893,6 @@ Quick way to fix it on Wayland (no arithmetic):
893893

894894
Advanced (if you already know the Linux evdev keycode): set `paste_keycode` directly.
895895

896-
On GNOME/Mutter Wayland, hyprwhspr may use `ydotool type` because Mutter can drop synthetic paste chords. If you set `paste_keycode_wev` or a non-default `paste_keycode`, this direct typing fallback is disabled because it cannot honor that layout workaround; the dictated text remains on the clipboard if no paste backend succeeds.
897-
898896
### Auto-submit
899897

900898
Automatically press Enter after pasting.
@@ -915,7 +913,7 @@ Useful for chat applications, search boxes, or any input where you want to submi
915913

916914
For clipboard-based paste injection, hyprwhspr saves your clipboard before injection and restores it automatically afterward -- your clipboard contents are never permanently overwritten by dictated text.
917915

918-
The paste hotkey is sent via `wtype` (Wayland virtual-keyboard protocol), which works correctly in all applications including Kitty-protocol terminals (Ghostty, Kitty, WezTerm). `ydotool key` is used as a fallback when `wtype` is not installed or cannot paste. On GNOME/Mutter Wayland, where synthetic modifier chords may be dropped, hyprwhspr can use `ydotool type` and inject the text directly without touching the clipboard.
916+
The paste hotkey is sent via `wtype` (Wayland virtual-keyboard protocol), which works correctly in all applications including Kitty-protocol terminals (Ghostty, Kitty, WezTerm). `ydotool key` is used as a fallback when `wtype` is not installed or cannot paste. On GNOME/Mutter Wayland, where paste chords may be blocked, hyprwhspr uses `ydotool type` as a direct-typing fallback; this restores automatic insertion but may be less exact than clipboard paste on unusual layouts or complex input.
919917

920918
### Post-transcription hook
921919

0 commit comments

Comments
 (0)