xability / maidr

Multimodal Access and Interactive Data Representation
GNU General Public License v3.0
18 stars 6 forks source link

Support Braille cursor routing #318

Closed jooyoungseo closed 1 month ago

jooyoungseo commented 8 months ago

We need to support braille cursor routing. This is a feature that allows the user to route the braille cursor to the PC cursor. A successful model is Spark Braille. They also have an open-source GitHub repository here. We can learn from their implementation.

ellvix commented 7 months ago

Just the actual tethering is needed, though we can look at the 2 column patterns and try to implement later, like for line plot.

For now we just need the connection for the physical buttons on the braille display.

ellvix commented 1 month ago

fixed with PR #509