DescriptionUse KF_ALTDOWN flag instead of GetKeyState(VK_MENU)
KF_ALTDOWN is more accurate than GetKeyState(VK_MENU). When usre presses
RightShift+RightAlt, the fake VK_CONTROL generated carries KF_ALTDOWN in
its flags but GetKeyState(VK_MENU) is clear.
BUG=30244
TEST=Verify RightAlt+RightShift does not change to RTL and issue 24888 does not regress. However, RightShift+RightAlt still changes RTL as this is the behavior of richedit.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=34850
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|