From 4ddc3478b492a8b13745e570f641cb03df370409 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Thu, 21 May 2026 22:19:45 +0300 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2d3081..d48e64d 100644 --- a/README.md +++ b/README.md @@ -335,8 +335,15 @@ DOCX, XLSX Generation → openai/gpt-5 ## 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 ```