- Emoji picker: SearchEntry at top filters all categories via unicodedata.name() in real time; category view hides while searching, restores on clear - Manual tab: add pkg_dir/MANUAL.md to _app_paths() search list so it works in both venv and deb installs (MANUAL.md deployed alongside the package) - bt-infobox CSS: replace @theme_selected_bg_color (saturated blue) with a neutral 5% mix of fg/bg so banner text is always readable Co-Authored-By: Claude Sonnet 4.6 <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.5"
|