#2574 closed defect (fixed)
html5 oninput does not map well to a keymap
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 4.0 |
Component: | html5 | Version: | 3.0.x |
Keywords: | Cc: |
Description
The first problem, solved for "spacebar" in r25130, is that we don't get the keyname we expect so we have to map the character to its (X11) keyname.
The second problem is that the keyname may map to a keycode that requires modifiers to be accessed.
ie: "&" shows up as "7"
Change History (2)
comment:1 Changed 13 months ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 5 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2574
Note: See
TracTickets for help on using
tickets.
This is fixed in r25174 (+r25175) by adjusting the "shift" and "mode" modifiers to match the level of the matching keycode we found.
This change can potentially cause problems, so it won't be backported to v3 just yet.