wxwidgets/samples/keyboard
Dominique Martinet 61d835d8b3 wxKeyCode: add WXK_LAUNCH_[0-9A-F] for gtk bindings
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
2021-11-02 10:18:02 +09:00
..
descrip.mms Adding keyboard sample to OpenVMS makefiles 2010-03-23 15:14:25 +00:00
keyboard.bkl Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
keyboard.cpp wxKeyCode: add WXK_LAUNCH_[0-9A-F] for gtk bindings 2021-11-02 10:18:02 +09:00
keyboard_vc8.vcproj Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
keyboard_vc9.vcproj Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
makefile.gcc Link with ws2_32.lib rather than obsolete wsock32.lib 2021-04-18 22:13:45 +02:00
Makefile.in Use CMake-compatible variable names in configure Info.plist files 2021-08-15 18:39:34 +02:00
makefile.unx Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
makefile.vc Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00