DescriptionCorrects the regression of [a-z] keys for non-US layouts would have wrong VKEY code if CAPSLOCK is on.
For example, Ctrl+A with Caps used to work for FR keyboard, but after cl 357613002, it doesn't work. The root cause is that cl 357613002 tries the remove the modifier states for the xkeyevent for its keysym for [a-z0-9] keys but only considered the shift/altgr states, not capslock & other states.
BUG=386066
TEST=Verified on Pixel device.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281694
Patch Set 1 #Patch Set 2 : fixed test failures. #Messages
Total messages: 9 (0 generated)
|