]> git.saurik.com Git - wxWidgets.git/commit
Don't use Shift-TAB in keyboard test.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Oct 2012 00:25:09 +0000 (00:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Oct 2012 00:25:09 +0000 (00:25 +0000)
commit073d9e0f26df9a7df0ec79d7a7c617146d62eb17
tree5c0cd7f519a976abb4f457df343833d9c3204363
parent8f6bb2602bfbd09e6fed1759bdc0211fd6a68473
Don't use Shift-TAB in keyboard test.

This key combination seems to be intercepted by GTK now for keyboard
navigation purposes and we never get key up events for it. Just use a
different key.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/events/keyboard.cpp