blitztext-app-linux/linux/blitztext
mARTin-B78 a104f2cfc4 Add modifier-key input scheme (whisper-key style)
New inputmode.py: Ctrl+Win start, Ctrl stop+paste, Alt stop+paste+Enter, Esc
cancel; toggle and push-to-talk variants. Low-level pynput Listener with arming
so stop/send/cancel only fire while recording and only after the start chord is
released — a stray Ctrl tap while idle does nothing (unit-tested).

Daemon split into start/finish/cancel_dictation (+ send_enter -> press Enter),
with start_input/stop_input dispatching between "modifiers" and "hotkeys" modes.
New [input] config section; paste.press_enter for auto-send. Default mode is
"modifiers"; voice-keyword routing still applies to what you say.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-04 20:26:59 +02:00
..
__init__.py Add Debian (.deb) installer (v1.1.0) 2026-06-04 09:25:32 +02:00
__main__.py Add STT + LLM engine presets, rename entry to blitztext.py, macOS app icon 2026-06-04 20:21:03 +02:00
blitztext.py Add STT + LLM engine presets, rename entry to blitztext.py, macOS app icon 2026-06-04 20:21:03 +02:00
config.py Add modifier-key input scheme (whisper-key style) 2026-06-04 20:26:59 +02:00
daemon.py Add modifier-key input scheme (whisper-key style) 2026-06-04 20:26:59 +02:00
gtksettings.py Rebuild GUI in GTK3 (native panel, unified with tray) 2026-06-04 09:40:24 +02:00
gtkui.py Add modifier-key input scheme (whisper-key style) 2026-06-04 20:26:59 +02:00
inputmode.py Add modifier-key input scheme (whisper-key style) 2026-06-04 20:26:59 +02:00
llm.py Add STT + LLM engine presets, rename entry to blitztext.py, macOS app icon 2026-06-04 20:21:03 +02:00
notify.py Add Blitztext for Linux v1.0.0 — native dictation tool 2026-06-03 22:44:28 +02:00
paste.py Add modifier-key input scheme (whisper-key style) 2026-06-04 20:26:59 +02:00
recorder.py Add Blitztext for Linux v1.0.0 — native dictation tool 2026-06-03 22:44:28 +02:00
routing.py Add voice-keyword routing 2026-06-04 09:47:12 +02:00
stt.py Add STT + LLM engine presets, rename entry to blitztext.py, macOS app icon 2026-06-04 20:21:03 +02:00
transcribe.py Add voice-keyword routing 2026-06-04 09:47:12 +02:00
tray.py Rebuild GUI in GTK3 (native panel, unified with tray) 2026-06-04 09:40:24 +02:00