Change to cthulhu as screen reader. First pass
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
*.png filter=lfs diff=lfs merge=lfs -text
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.wav filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|||||||
@@ -141,7 +141,7 @@ setup_and_run_downloadable_url() {
|
|||||||
|
|
||||||
# Function to handle all web-based games
|
# Function to handle all web-based games
|
||||||
run_web() {
|
run_web() {
|
||||||
orca &
|
cthulhu &
|
||||||
exec brave "$1"
|
exec brave "$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -226,7 +226,7 @@ case "$GAME" in
|
|||||||
run_wine "Battle of the Hunter" "bth.exe" "nvda2speechd"
|
run_wine "Battle of the Hunter" "bth.exe" "nvda2speechd"
|
||||||
;;
|
;;
|
||||||
"blueman-manager")
|
"blueman-manager")
|
||||||
orca &
|
cthulhu &
|
||||||
blueman-manager
|
blueman-manager
|
||||||
;;
|
;;
|
||||||
"BookStorm")
|
"BookStorm")
|
||||||
@@ -274,7 +274,7 @@ case "$GAME" in
|
|||||||
"Doom")
|
"Doom")
|
||||||
pushd /home/stormux/.local/games/doom/toby-doom-launcher
|
pushd /home/stormux/.local/games/doom/toby-doom-launcher
|
||||||
git pull -q
|
git pull -q
|
||||||
orca &
|
cthulhu &
|
||||||
exec "./Toby Doom Launcher.py"
|
exec "./Toby Doom Launcher.py"
|
||||||
popd
|
popd
|
||||||
;;
|
;;
|
||||||
@@ -367,17 +367,17 @@ case "$GAME" in
|
|||||||
run_native "SoundRTS" "soundrts.py"
|
run_native "SoundRTS" "soundrts.py"
|
||||||
;;
|
;;
|
||||||
"Steam")
|
"Steam")
|
||||||
orca &
|
cthulhu &
|
||||||
exec steam -bigpicture
|
exec steam -bigpicture
|
||||||
;;
|
;;
|
||||||
"thunderbird")
|
"thunderbird")
|
||||||
auto_install "thunderbird"
|
auto_install "thunderbird"
|
||||||
orca &
|
cthulhu &
|
||||||
exec thunderbird
|
exec thunderbird
|
||||||
;;
|
;;
|
||||||
"libreoffice")
|
"libreoffice")
|
||||||
auto_install "libreoffice"
|
auto_install "libreoffice"
|
||||||
orca &
|
cthulhu &
|
||||||
exec libreoffice
|
exec libreoffice
|
||||||
;;
|
;;
|
||||||
"Super Egg Hunt")
|
"Super Egg Hunt")
|
||||||
@@ -418,7 +418,7 @@ case "$GAME" in
|
|||||||
popd
|
popd
|
||||||
systemctl --user stop nvda2speechd-important.service
|
systemctl --user stop nvda2speechd-important.service
|
||||||
else
|
else
|
||||||
orca &
|
cthulhu &
|
||||||
exec brave "https://tsatria03.itch.io/toymania"
|
exec brave "https://tsatria03.itch.io/toymania"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user