[BRLTTY] raw keycode brlapi

Samuel Thibault samuel.thibault at ens-lyon.org
Wed Dec 4 08:28:07 EST 2019


Quartel, Eric de, le mer. 04 déc. 2019 11:51:36 +0000, a ecrit:
> I want to type in a key and get the rawcode for this key. I can then connect it
> to an action i want.

That's the raw mode obtained with brlapi_enterTtyMode(-1, drivercode),
where drivercode is as returned by brlapi_getDriverName(), and then you
can get keypresses with brlapi_readKey(). See the apitest.c example.

Samuel


More information about the BRLTTY mailing list