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

Unified Diff: src/xkbutil.c

Issue 2810050: Use Muhenkan as a hot-key. See crosbug.com/2543 (comment #25) for details. (Closed) Base URL: ssh://git@gitrw.chromium.org//ibus-xkb-layouts.git
Patch Set: Created 10 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
« 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: src/xkbutil.c
diff --git a/src/xkbutil.c b/src/xkbutil.c
index 5bed10555bab2f36b8ed86b6cdd1e6bf5f712c4b..59eb4cd59a26a1b8b7271dc5a6974b5e9e43db07 100644
--- a/src/xkbutil.c
+++ b/src/xkbutil.c
@@ -28,11 +28,9 @@ ibus_xkb_engine_new (gchar *layout,
engine_layout = g_strdup_printf ("%s(%s)", layout, variant);
}
- /* Adds special hotkey on Japanese keyboard to activate English input
- * TODO(suzhe): make sure the corresponding key on ChromeOS device generates
- * the same key symbol.*/
+ /* Adds special hotkey on Japanese keyboard to activate English input. */
if (g_strcmp0(language, "jpn") == 0) {
- engine_hotkeys = "Eisu_toggle";
+ engine_hotkeys = "Muhenkan";
}
engine = ibus_engine_desc_new2(engine_name,
« 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