Keyboard shortcuts for speech settings added. Control+s for save. Cleanup of some .pyc files.

This commit is contained in:
Storm Dragon
2025-11-14 14:29:36 -05:00
parent 9815448cf8
commit 46f7139be8
20 changed files with 568 additions and 47 deletions

View File

@@ -1,3 +1,11 @@
PyGObject>=3.44.0
pycairo>=1.20.0
python-speechd>=0.11.0
# StormIRC Dependencies
# Python 3.8+ required
# Qt6 framework for GUI
PySide6>=6.5.0
# Note: Speech Dispatcher support (python3-speechd) is optional
# Install via system package manager:
# Arch/Manjaro: sudo pacman -S speech-dispatcher python-speechd
# Debian/Ubuntu: sudo apt install python3-speechd
# Fedora: sudo dnf install python3-speechd