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

Unified Diff: ui/base/ime/chromeos/ime_keymap.cc

Issue 640143003: Fix DOM code for VKEY_LCONTROL and VKEY_RCONTROL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: ui/base/ime/chromeos/ime_keymap.cc
diff --git a/ui/base/ime/chromeos/ime_keymap.cc b/ui/base/ime/chromeos/ime_keymap.cc
index ec3513ab18ab4b8b8a5cdb408f6071b2f560f01e..d21432122a08ebe049db97a2ef742809645d7d44 100644
--- a/ui/base/ime/chromeos/ime_keymap.cc
+++ b/ui/base/ime/chromeos/ime_keymap.cc
@@ -121,8 +121,8 @@ const struct KeyCodeTable {
{VKEY_SCROLL, "ScrollLock"},
{VKEY_LSHIFT, "ShiftLeft"},
{VKEY_RSHIFT, "ShiftRight"},
- {VKEY_LCONTROL, "CtrlLeft"},
- {VKEY_RCONTROL, "CtrlRight"},
+ {VKEY_LCONTROL, "ControlLeft"},
+ {VKEY_RCONTROL, "ControlRight"},
{VKEY_LMENU, "AltLeft"},
{VKEY_RMENU, "AltRight"},
{VKEY_BROWSER_BACK, "BrowserBack"},
« 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