Changes between Initial Version and Version 1 of Ticket #2648, comment 15
- Timestamp:
- 03/23/20 13:17:10 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2648, comment 15
initial v1 1 1 >> As long as I get the correct key printed out (ie: `bar` - `|`) when I use the `GTK_Keyboard_test.exe` then things do work when I connect with xpra. 2 > A screenshot of GTK_Keyboard_test.exe when pressing AltGr + < (which should result in |) is attached. It seems strange to me that pressing AltGr results in Control_L and Alt_Revents.2 > A screenshot of GTK_Keyboard_test.exe when pressing `AltGr` + < (which should result in |) is attached. It seems strange to me that pressing `AltGr` results in `Control_L` and `Alt_R` events. 3 3 That's just what we get from GTK, and that's why we have workaround code that delays sending the `Control_L` to see if it isn't immediately followed by a `Alt_R`, in which case we swallow them both and send `AltGr`... 4 4 Anyway, do you get `bar` shown using this tool or not?