Commit 27b10ccf authored by erg's avatar erg Committed by Commit bot

mojo: Fix the key code for EXECUTE.

BUG=none

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

Cr-Commit-Position: refs/heads/master@{#293057}
parent 5b2b51bd
...@@ -39,7 +39,7 @@ enum KeyboardCode { ...@@ -39,7 +39,7 @@ enum KeyboardCode {
DOWN = 0x28, DOWN = 0x28,
SELECT = 0x29, SELECT = 0x29,
PRINT = 0x2A, PRINT = 0x2A,
EXECUTE = 0x2D, EXECUTE = 0x2B,
SNAPSHOT = 0x2C, SNAPSHOT = 0x2C,
INSERT = 0x2D, INSERT = 0x2D,
DELETE = 0x2E, DELETE = 0x2E,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment