Suppress modifier key auto-repeat on Linux.
commit462f3acb1e1a4bec37334406d2bfd4d3c2c116ae
authorjamiewalch <jamiewalch@chromium.org>
Wed, 3 Jun 2015 17:55:57 +0000 (3 10:55 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 3 Jun 2015 17:56:18 +0000 (3 17:56 +0000)
tree4d17e9565c63e4693ab61f6e5a70490636774384
parent4a996cdc7a36a71ac511c153375fc6170fea80e6
Suppress modifier key auto-repeat on Linux.

Linux hosts synthesize keyup events between auto-repeated keydown
events, which is the wrong thing to do in the case of modifier keys.

BUG=492808

Review URL: https://codereview.chromium.org/1161173003

Cr-Commit-Position: refs/heads/master@{#332637}
remoting/host/input_injector_x11.cc