Daniel Dalton <[email protected]> writes: > Where is the preferences menu code in brltty? What files? Should > autorepeat be hidden from the preferences menu when using driver bn, as > from what I can gather the braille note only signals a key release? I'm > happy to attempt a patch if someone can point me in the right direction.
AIUI, autorepeat is currently handled via a flag which is added to the returned command from the drivers. i.e., when a driver supports autorepeat, it indicates this via a bit set in the command returned to the core. There is no direct way for the core to know in advance if a certain driver uses autorepeat. -- CYa, ⡍⠁⠗⠊⠕ | Debian Developer <URL:http://debian.org/> .''`. | Get my public key via finger mlang/[email protected] : :' : | 1024D/7FC1A0854909BCCDBE6C102DDFFC022A6B113E44 `. `' `- <URL:http://delysid.org/> <URL:http://www.staff.tugraz.at/mlang/> _______________________________________________ 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://mielke.cc/mailman/listinfo/brltty
