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

Unified Diff: chrome/browser/chromeos/language_preferences.cc

Issue 7461114: Make hanja key customizable. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 5 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
Index: chrome/browser/chromeos/language_preferences.cc
diff --git a/chrome/browser/chromeos/language_preferences.cc b/chrome/browser/chromeos/language_preferences.cc
index aece8776f75f362c137a3c0a2cd31c644914fa25..441195595b237a40d4eee5197e2f65b7d7de7622 100644
--- a/chrome/browser/chromeos/language_preferences.cc
+++ b/chrome/browser/chromeos/language_preferences.cc
@@ -148,6 +148,10 @@ const char kHangulHanjaKeysConfigName[] = "HanjaKeys";
// TODO: HanjaKeys are not configurable yet (and we're not sure if it should.)
const char kHangulHanjaKeys[] = "F9,Hangul_Hanja,Control+9";
+// Mozc-hangul treats Hangul_Hanja key as hanja key event even if it is not set.
+const char kHangulHanjaBindingKeysConfigName[] = "HanjaKeyBindings";
+const char kHangulHanjaBindingKeys[] = "F9,Ctrl 9";
+
const HangulKeyboardNameIDPair kHangulKeyboardNameIDPairs[] = {
// We have to sync the |keyboard_id|s with those in
// ibus-hangul/files/setup/main.py.

Powered by Google App Engine
This is Rietveld 408576698