- Stack.set_homogeneous(True) keeps dialog height constant when switching pages - Benchmark WW paned position raised 260→390 so all TTS config, engine checkboxes, wakeword/samples/run fields are visible without scrolling - Both benchmark pages disable their page-level ScrolledWindow so the Paned fills the viewport rather than growing to natural height 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.33"
|