nvda
3f1e47e0 - Fix QWERTY input - Papenmeier braille displays (PR #11944)

Commit
5 years ago
Fix QWERTY input - Papenmeier braille displays (PR #11944) * keyboardHandler.injectRawKeyboardInput: Previously, NVDA would send the input manually to its keyboard input hook, and then if the hook didn't handle the input, calling keybd_event. This now avoids assumptions about how NVDA's input hook worked, which are no longer true since #11478 and #11597 were merged. * Papenmeier braille driver: More gesture bindings and fix detection of keyboard input.
Parents
Loading