parkrrrr / bdio

BDIOHID is firmware for Linux SBCs to convert non-HID Braille Displays to HID.
GNU General Public License v3.0
4 stars 0 forks source link

brltty HumanWare Brailliant BI40 driver has only one space #9

Closed parkrrrr closed 4 years ago

parkrrrr commented 4 years ago

This hardware has left and right space keys, but brltty exposes them as a single space key. Investigate: is this a hardware limitation or a brltty limitation? If a brltty limitation, create a patch for the openwrt build to fix it.

(It currently looks like a hardware limitation, but I want to be sure.)

parkrrrr commented 4 years ago

Both brltty and nvda treat both space keys as the same key, and indicate that it has a value of 10 from the hardware. 9 and 11 are both taken, so it's unlikely that this is a weird remapping thing that they both just did. I'm gonna close this issue.