blitztext-app-linux/linux/blitztext
mARTin-B78 09e3f58ba8 Add click-to-bind "Set" buttons for hotkey fields
Each key field (Start/Stop+paste/Stop+paste+Enter/Cancel, and the preset
Hotkey) gets a Set button that captures the next keypress and writes it in the
config format. Captures modifier-only chords (e.g. Ctrl+Win -> <ctrl>+<cmd>) by
accumulating pressed keys and finalising on first release; key events are
swallowed while binding so they don't leak into the UI. Tested: token mapping,
combo formatting, and the bind flow.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-05 09:07:11 +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
audio.py Redesign Settings: preset/engine managers, mic + level meter, autostart 2026-06-04 23:13:36 +02:00
autostart.py Redesign Settings: preset/engine managers, mic + level meter, autostart 2026-06-04 23:13:36 +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 Redesign Settings: preset/engine managers, mic + level meter, autostart 2026-06-04 23:13:36 +02:00
daemon.py Redesign Settings: preset/engine managers, mic + level meter, autostart 2026-06-04 23:13:36 +02:00
gtksettings.py Add click-to-bind "Set" buttons for hotkey fields 2026-06-05 09:07:11 +02:00
gtkui.py Redesign Settings: preset/engine managers, mic + level meter, autostart 2026-06-04 23:13:36 +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
quality.py Add transcription quality gate (silence + hallucination rejection) 2026-06-04 23:02:55 +02:00
recorder.py Redesign Settings: preset/engine managers, mic + level meter, autostart 2026-06-04 23:13:36 +02:00
routing.py Add voice-keyword routing 2026-06-04 09:47:12 +02:00
stt.py Searchable model dropdown fetched from {url}/models 2026-06-05 09:02:14 +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