summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2018-07-29 18:50:23 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2018-07-29 18:50:23 +0900
commit4b66188cf10fd4ef1625b9d04de2beee3d8bae26 (patch)
treec71ab3151d7ced48ed0d1c7435b994f7e6abd400
parent28723f9d167b4500b456f170e3ab8b607f55a193 (diff)
downloadibus-hangul-4b66188cf10fd4ef1625b9d04de2beee3d8bae26.tar.gz
Add Escape to off-keys default value
For vi users, ibus-hangul had a feature changing input mode to latin on Esc key event. But on commit 1687467, default value of off-keys was removed unintentionally.
-rw-r--r--data/org.freedesktop.ibus.engine.hangul.gschema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.freedesktop.ibus.engine.hangul.gschema.xml b/data/org.freedesktop.ibus.engine.hangul.gschema.xml
index 9f223ad..b430249 100644
--- a/data/org.freedesktop.ibus.engine.hangul.gschema.xml
+++ b/data/org.freedesktop.ibus.engine.hangul.gschema.xml
@@ -38,7 +38,7 @@
<description></description>
</key>
<key name="off-keys" type="s">
- <default>''</default>
+ <default>'Escape'</default>
<summary>Off keys</summary>
<description></description>
</key>