From 6e094094ed8b96e68b30e8628e8a169719edda27 Mon Sep 17 00:00:00 2001 From: "yusukes@google.com" Date: Tue, 6 Jul 2010 05:52:23 +0000 Subject: ibus-hangul: Use Ctrl+Alt+F9 as a Hanja hot-key instead of F9. Since F9 is reserved by the window manager on Chrome OS. BUG=chromium-os:4319 TEST=manually Review URL: http://codereview.chromium.org/2800039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51654 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/pref_names.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/common/pref_names.cc') diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index b8e7d07..631e38c 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -248,6 +248,8 @@ const wchar_t kLanguageChewingHsuSelKeyType[] = // A string pref which determines the keyboard layout for Hangul input method. const wchar_t kLanguageHangulKeyboard[] = L"settings.language.hangul_keyboard"; +const wchar_t kLanguageHangulHanjaKeys[] = + L"settings.language.hangul_hanja_keys"; // A boolean prefs for ibus-pinyin Chinese input method. const wchar_t kLanguagePinyinCorrectPinyin[] = -- cgit v1.1