Changes between Initial Version and Version 1 of Ticket #2560, comment 11
- Timestamp:
- 01/23/20 17:34:25 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2560, comment 11
initial v1 11 11 * the warnings from comment:5 are unavoidable: they come from GTK3, this GTK function has had problems in the past: [https://gitlab.gnome.org/GNOME/pygobject/issues/147 Crash when accessing the "string" attribute of GdkEventKey on 64bit Windows] - at least now it no longer crashes! 12 12 * the stacktrace was due to some invalid keycodes that we then try to unpress during cleanup, r25059 fixes all that 13 * don't try to find a keycode for no data: r2506014 * don't set an invalid layout group value: r2506113 * the spurious key event bug: don't try to find a keycode for no data: r25060 14 * also don't set an invalid layout group value: r25061 15 15 * {{{key repeat}}} packet is EOL / legacy and unlikely to cause problems, so not going to bother with that 16 16