Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Orca support for blind people #39

Open
nestorac opened this issue Mar 5, 2024 · 5 comments
Open

Orca support for blind people #39

nestorac opened this issue Mar 5, 2024 · 5 comments

Comments

@nestorac
Copy link

nestorac commented Mar 5, 2024

I would like to give this tool to blind people so they can learn typing. The problem is, Orca does not read the characters on Tux Typing. Blind people only "see" what the screen reader speaks. How could I implement it?

@perepujal
Copy link
Member

Hola Nestor,
tuxtype has already TTS output starting from 2014-2015 made by Nalin Sathyan, it also has a "input Braille emulator" to allow practice a braille machine on a computer keyboard when one don't has a braille machine at hand.

tuxtype -a (or --tts) to enable talt to speech accessibility
tuxtype -b (or --braille) to enable the input braille emulator

Currently the output goes through espeak, don't know how easy/difficult/useful would be to add orca.

Pinging @Nalin-x-Linux

Best
Pere

@nestorac
Copy link
Author

nestorac commented Mar 8, 2024 via email

@perepujal
Copy link
Member

You need to build it from git, and you will need to build and install t4k-common first to be able to compile tuxtype

@Nalin-x-Linux
Copy link
Member

Hello Néstor,

You can use my PPA to install the latest versions of TuxType and TuxMath. I maintain this PPA for the Accessible-Coconut operating system, which comes with accessible TuxType and TuxMath preinstalled. If you're not familiar with Accessible-Coconut, you can give it a try too.

To install, run the following commands on your Ubuntu 22.04:

sudo add-apt-repository ppa:nalin-x-linux/accessible-tuxtype-and-tuxmath
sudo apt-get install tuxtype tuxmath

Accessible-Coconut: https://zendalona.com/accessible-coconut/

@nestorac
Copy link
Author

nestorac commented Mar 9, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants