Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1391)

Unified Diff: mojo/services/public/interfaces/input_events/input_key_codes.mojom

Issue 529163002: mojo: Fix the key code for EXECUTE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/interfaces/input_events/input_key_codes.mojom
diff --git a/mojo/services/public/interfaces/input_events/input_key_codes.mojom b/mojo/services/public/interfaces/input_events/input_key_codes.mojom
index a8999eb7ab7b9d755814da2e8b40339fe0f39387..bd955aac3b8122a2b9e507a650cdb0293db3cb26 100644
--- a/mojo/services/public/interfaces/input_events/input_key_codes.mojom
+++ b/mojo/services/public/interfaces/input_events/input_key_codes.mojom
@@ -39,7 +39,7 @@ enum KeyboardCode {
DOWN = 0x28,
SELECT = 0x29,
PRINT = 0x2A,
- EXECUTE = 0x2D,
+ EXECUTE = 0x2B,
SNAPSHOT = 0x2C,
INSERT = 0x2D,
DELETE = 0x2E,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698