]> git.saurik.com Git - wxWidgets.git/commitdiff
Also use F4 as short-cut for opening pop-up
authorRobert Roebling <robert@roebling.de>
Sat, 4 Oct 2008 09:14:14 +0000 (09:14 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 4 Oct 2008 09:14:14 +0000 (09:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/combog.cpp

index 092e3e75dd3671542ab4710f45acbf42822e8363..7f354a8f3cac9625699f7645ab100c0f98fa9b60 100644 (file)
@@ -430,7 +430,8 @@ bool wxGenericComboCtrl::IsKeyPopupToggle(const wxKeyEvent& event) const
     }
     else
     {
     }
     else
     {
-        if ( keycode == WXK_DOWN && event.AltDown() )
+        if ( (keycode == WXK_DOWN && event.AltDown()) ||
+             (keycode == WXK_F4) )
             return true;
     }
 
             return true;
     }