X11 defines Xf86Launch[0-9a-f], which are then also defined as GDK_KEY_Launch[0-9A-F]. Unfortunately, keys which are not mapped are just plain ignored and the application is then not able to receive these keyboard events at all. The original PR https://github.com/wxWidgets/wxWidgets/pull/157 mapped only LaunchA/B to WXK_LAUNCH_APP1/2, this patch adds the whole range of keys and keeps LAUNCH_A/B as aliases for WXK_LAUNCH_APP1/2 |
||
|---|---|---|
| .. | ||
| descrip.mms | ||
| keyboard.bkl | ||
| keyboard.cpp | ||
| keyboard_vc8.vcproj | ||
| keyboard_vc9.vcproj | ||
| makefile.gcc | ||
| Makefile.in | ||
| makefile.unx | ||
| makefile.vc | ||