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

Unified Diff: ui/events/keycodes/keyboard_code_conversion_xkb.cc

Issue 2626713002: [Linux DomKey] Map |Eisu_Shift| and |Eisu_toggle| to "Alphanumeric" (Closed)
Patch Set: Created 3 years, 11 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/events/keycodes/keyboard_code_conversion_xkb.cc
diff --git a/ui/events/keycodes/keyboard_code_conversion_xkb.cc b/ui/events/keycodes/keyboard_code_conversion_xkb.cc
index e164054372c0503ac213fdd23ed8b3a7f8425a43..0a3a520685b9eacadbb048346e632ce715a42bbe 100644
--- a/ui/events/keycodes/keyboard_code_conversion_xkb.cc
+++ b/ui/events/keycodes/keyboard_code_conversion_xkb.cc
@@ -62,7 +62,7 @@ DomKey NonPrintableXKeySymToDomKey(xkb_keysym_t keysym) {
return DomKey::KANA_MODE;
case XKB_KEY_Eisu_Shift:
case XKB_KEY_Eisu_toggle:
- return DomKey::EISU;
+ return DomKey::ALPHANUMERIC;
case XKB_KEY_Hangul:
return DomKey::HANGUL_MODE;
case XKB_KEY_Hangul_Hanja:
« 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