Getting the Left and Right arrow keys to select the previous/next menu instead of the next/previous menu
Noticed in a full application, but fully reproducable in a simple demo: I've got a MenuStrip containing three menus, A , B , and C . Each of these menus contains three items, A1 / A2 /.../ C2 / C3 . When I press Alt , the first menu A becomes selected. I can then use the ← and → keys to select other menus. That is as it should be. However, when I press ↓ to open a menu, I can still use ← and → to select other menus, but the order is reversed: ← selects the next menu, and → the previous. I'm having trouble figuring out if something is wrong with my local system, if this is a bug in the