Update README.md

This commit is contained in:
FURK4NGG
2026-05-21 22:19:45 +03:00
committed by GitHub
parent 8dcf1ab272
commit 4ddc3478b4
+8 -1
View File
@@ -335,8 +335,15 @@ DOCX, XLSX Generation → openai/gpt-5
## Accessibility Support (Orca) ## Accessibility Support (Orca)
Type this in a terminal:
``` ```
bash GTK_A11Y=1 python ~/capture-ai/ui.py sudo pacman -S orca speech-dispatcher espeak-ng
speech-dispatcher -d
orca
```
Type this in different terminal tab:
```
GTK_A11Y=1 python ~/capture-ai/ui.py
``` ```