- Overlay HUD shows a × button in the top-right corner during recording/ streaming; clicking it cancels dictation. The button area is the only clickable region — rest stays fully click-through. - Wakeword tab "Cancel words" and "Send words" rows now include an inline keyboard shortcut entry + Set button, so key_cancel / key_send can be configured right next to the spoken-word equivalents. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
385 B
Python
10 lines
385 B
Python
"""Blitztext for Linux — native dictation daemon.
|
|
|
|
Press a global hotkey, speak, and the transcribed (optionally LLM-rewritten)
|
|
text is typed into whatever text field currently has focus. This is the Linux
|
|
counterpart to the macOS Blitztext menu bar app: it runs natively on the host
|
|
(not in a container) so it can type into any application via xdotool.
|
|
"""
|
|
|
|
__version__ = "2.03.27"
|