DescriptionAdd NormalizingInputFilterWin to un-pick AltGr sequences.
Windows treats international keyboard layouts' AltGr modifier as a
combination of left-Control and right-Alt modifiers, whereas the
Chromoting protocol, and other platforms, treat AltGr as equivalent to
right-Alt and handle the Alt/AltGr as part of the layout-specific
meaning of the key.
NormalizingInputFilterWin holds each keydown event for the left-Control
key until the next input event (e.g. left-Control repeat, another key
event, mouse event, etc) so that it can suppress it if the next event is
a keydown for right-Alt, on the assumption that that indicates an AltGr
sequence.
BUG=470571
Committed: https://crrev.com/ae3b75a1cd6d47607a789b5d0adba80f8fc3ebe4
Cr-Commit-Position: refs/heads/master@{#355881}
Patch Set 1 #Patch Set 2 : Fix NaCl #
Total comments: 11
Patch Set 3 : Address review comments. #
Messages
Total messages: 15 (5 generated)
|