Don't send the EF_ALT_DOWN modifier along with the IPC message for the Alt or F10...
commit5fb1e3aedf28059eb8bb51aa1b530f24be2f18ef
authorananta <ananta@chromium.org>
Tue, 7 Oct 2014 21:26:27 +0000 (7 14:26 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 7 Oct 2014 21:26:52 +0000 (7 21:26 +0000)
tree465bc7acff56b6ffbe57c1476dcdc89d9d7cabf3
parent269f776a43e8d4534d8040f953a427c91ec4f44e
Don't send the EF_ALT_DOWN modifier along with the IPC message for the Alt or F10 key from
the viewer process.

The accelerator for VKEY_MENU is registered without modifiers in Chrome for historical reasons.
Not sending the EF_ALT_DOWN modifier ensures that the accelerator is processed correctly.

BUG=420797

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

Cr-Commit-Position: refs/heads/master@{#298576}
win8/metro_driver/chrome_app_view_ash.cc