Changes between Version 2 and Version 3 of Ticket #1898, comment 5
- Timestamp:
- 09/28/18 17:42:33 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1898, comment 5
v2 v3 102 102 Looks like the browser is sending an unpress event for a different key ({{{quotedbl}}}) than the press event! ({{{numbersign}}}) 103 103 104 Two options worth pursuing:104 Options worth pursuing: 105 105 * first, ensure that {{{AltGr}}} triggers {{{level=2}}} (and ideally we wouldn't hardcode the level value...) 106 106 * make the {{{get_keycode}}} method state aware so that we can use the list of pressed keys to find the correct keycode to unpress 107 * switch to no-keyboard-sync