whisper.cpp/examples/whisper.linux/app
nnnet 200aa7ad0f whisper.linux: add global hotkey, fix X11 injection, improve tray UX
- Add global hotkey (Ctrl+Super) via pynput with config support
- Fix display_server auto-detection (wayland → x11)
- Fix text injection: use xdotool type directly (no clipboard pollution),
  fall back to clipboard with both PRIMARY+CLIPBOARD selections
- Fix tray icon not updating from background threads (pyqtSignal instead
  of QTimer.singleShot)
- Add blinking tray icon for RECORDING/DICTATING states
- Fix wake word → DICTATING: save active window at wake time, play end
  signal on stop, start silence timer immediately
- Reduce VAD trailing silence 300ms → 150ms for faster response
- Redesign Settings menu: hotkey always active, wake word listening
  is an independent ON/OFF toggle

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 18:18:50 +03:00
..
__init__.py add examples/whisper.linux 2026-02-08 17:25:49 +03:00
__main__.py add examples/whisper.linux 2026-02-08 17:25:49 +03:00
app.py whisper.linux: add global hotkey, fix X11 injection, improve tray UX 2026-04-04 18:18:50 +03:00
audio.py whisper.linux: add global hotkey, fix X11 injection, improve tray UX 2026-04-04 18:18:50 +03:00
commands.py add examples/whisper.linux 2026-02-08 17:25:49 +03:00
config.py whisper.linux: add global hotkey, fix X11 injection, improve tray UX 2026-04-04 18:18:50 +03:00
injector.py whisper.linux: add global hotkey, fix X11 injection, improve tray UX 2026-04-04 18:18:50 +03:00
transcriber.py add examples/whisper.linux 2026-02-08 17:25:49 +03:00
tray.py whisper.linux: add global hotkey, fix X11 injection, improve tray UX 2026-04-04 18:18:50 +03:00