[BRLTTY] acceptKeySet

Scott Haeger scott at bashautomation.com
Thu Dec 14 15:11:45 EST 2006


Is the python binding for acceptKeySet() working properly?  The 
following code snippet does not work as expected:

b.ignoreKeyRange([0, brlapi.KEY_MAX])
b.acceptKeySet([brlapi.KEY_CMD_ROUTE])

I would expect to receive the KEY_CMD_ROUTE and only the KEY_CMD_ROUTE.  
I am receiving nothing.
Also, the code example in the python binding should read brlapi.KEY_MAX 
not brlapi.KEYCODE_MAX.

When is your next stable release?

Scott


More information about the BRLTTY mailing list