- gtksettings: build each notebook tab on first view instead of all up front, so the dialog opens instantly (was ~1.3s building Input/Benchmark file-choosers); _collect() force-builds unvisited tabs before saving so no field is missed. - gtksettings: connection dot now sits left of the URL entry (like the Engines tab) instead of at the far right. - gtkui: open_settings raises the existing dialog instead of opening a second. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
10 lines
383 B
Python
10 lines
383 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__ = "1.9.1"
|