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

Unified Diff: chrome/browser/chromeos/input_method/input_method_manager.cc

Issue 9653027: Fix ui::VKEY_HANGUL handler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | chrome/browser/chromeos/input_method/input_method_manager_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/input_method_manager.cc
diff --git a/chrome/browser/chromeos/input_method/input_method_manager.cc b/chrome/browser/chromeos/input_method/input_method_manager.cc
index 1021c682e690e48afdad021d02d72520e0ce844a..45fad438806a0a06e8e9c5b1bdbe9c012dfc9a87 100644
--- a/chrome/browser/chromeos/input_method/input_method_manager.cc
+++ b/chrome/browser/chromeos/input_method/input_method_manager.cc
@@ -670,9 +670,7 @@ class InputMethodManagerImpl
input_method_ids_to_switch.push_back("mozc-jp");
input_method_ids_to_switch.push_back("xkb:jp::jpn");
break;
- case ui::VKEY_HANGUL:
- input_method_ids_to_switch.push_back("mozc-hangul");
- break;
+ case ui::VKEY_HANGUL: // Hangul (or right Alt) key on Korean keyboard
case ui::VKEY_SPACE: // Shift+Space
input_method_ids_to_switch.push_back("mozc-hangul");
input_method_ids_to_switch.push_back("xkb:kr:kr104:kor");
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/input_method_manager_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698