[quoted lines by Rich on 2020/08/17 at 20:13 -0700] >In any case, braille screen input is a larger and longer-term effort, but I >wanted >to get some feedback on it before diving in...
You asked, in an earlier message, where to send the key events. My recommendation is to create a new (additional) ekyboard input device since <linux/input-event-codes.h> defines KEY_BRL_DOT1 through KEY_BRL_DOT10. I'm not sure what dots 9 and 10 were intended for, but you could use KEY_BRL_DOT9 for space. Brltty has support for reading from a keyboard input device so that might be the easiest way. We could easily add a keyboard table to interpret those key codes. -- I believe the Bible to be the very Word of God: http://Mielke.cc/bible/ Dave Mielke | 2213 Fox Crescent | WebHome: http://Mielke.cc/ EMail: [email protected] | Ottawa, Ontario | Twitter: @Dave_Mielke Phone: +1 613 726 0014 | Canada K2A 1H7 | _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://brltty.app/mailman/listinfo/brltty
