summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangwoo Ryu <cwryu@debian.org>2014-06-29 06:58:02 +0900
committerChangwoo Ryu <cwryu@debian.org>2014-06-29 06:58:02 +0900
commit02506552c42d86563c8bd01cb0d2f088f337489a (patch)
tree7f1e8d0d31836a312238583a5c510de5f4477646
parent99d67447737be2d0b08fefc4d9fba588621fe8fb (diff)
downloadibus-hangul-02506552c42d86563c8bd01cb0d2f088f337489a.tar.gz
Add Shift+space to the default toggle key list
-rw-r--r--src/engine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine.c b/src/engine.c
index 4cb792f..37e3389 100644
--- a/src/engine.c
+++ b/src/engine.c
@@ -255,6 +255,7 @@ ibus_hangul_init (IBusBus *bus)
g_variant_unref(value);
} else {
hotkey_list_append(&hangul_keys, IBUS_Hangul, 0);
+ hotkey_list_append(&hangul_keys, IBUS_space, IBUS_SHIFT_MASK);
}
hotkey_list_init(&hanja_keys);