orca-dm-wrapper
Scriptable screen reader
Install
- All systems
-
curl cmd.cat/orca-dm-wrapper.sh
- Debian
-
apt-get install orca
- Ubuntu
-
apt-get install orca
- Arch Linux
-
pacman -S orca
- Kali Linux
-
apt-get install orca
- CentOS
-
yum install orca
- Fedora
-
dnf install orca
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install orca
- Raspbian
-
apt-get install gnome-orca
- Dockerfile
- dockerfile.run/orca-dm-wrapper
orca
Scriptable screen reader
A flexible, extensible, and powerful assistive technology that provides end-user access to applications and toolkits that support the AT-SPI (e.g., the GNOME desktop). Orca defines a set of default behaviors (reactions to application events) and key bindings (reaction to user key presses). These default behaviors and key bindings can be overwritten on a per-application basis. Orca creates a script object for each running application, which merges both the default behaviors and key bindings, and the application specific ones. Orca provides the infrastructure to activate and deactivate scripts, as well as a host of services accessible from within the scripts.
gnome-orca
Scriptable screen reader
A flexible, extensible, and powerful assistive technology that provides end-user access to applications and toolkits that support the AT-SPI (e.g., the GNOME desktop). Orca defines a set of default behaviors (reactions to application events) and key bindings (reaction to user key presses). These default behaviors and key bindings can be overwritten on a per-application basis. Orca creates a script object for each running application, which merges both the default behaviors and key bindings, and the application specific ones. Orca provides the infrastructure to activate and deactivate scripts, as well as a host of services accessible from within the scripts.