Scrollbar root causes: - infobox max_width_chars 72→58 (72 chars × 9px/char > 677px content area) - engine selector combos (stt/llm/ww) lacked CellRendererText ellipsize; long engine names drove combo natural width; add _ellipsize_combo() helper (ellipsize=END, max-width-chars=28) applied to _combo() and all 3 engine combos - _STT_TYPES/_LLM_TYPES/_DEVICE_OPTIONS/_COMPUTE_OPTIONS labels shortened to ≤27 chars UX: - _kw_shortcut_row: split into two ListBox rows (keywords / shortcut) - Benchmark WW: move Run button to top of results pane, paned 390→340px 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.39"
|