summaryrefslogtreecommitdiff
path: root/data/org.freedesktop.ibus.engine.hangul.gschema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/org.freedesktop.ibus.engine.hangul.gschema.xml')
-rw-r--r--data/org.freedesktop.ibus.engine.hangul.gschema.xml51
1 files changed, 51 insertions, 0 deletions
diff --git a/data/org.freedesktop.ibus.engine.hangul.gschema.xml b/data/org.freedesktop.ibus.engine.hangul.gschema.xml
new file mode 100644
index 0000000..9f65a74
--- /dev/null
+++ b/data/org.freedesktop.ibus.engine.hangul.gschema.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schemalist>
+ <schema path="/org/freedesktop/ibus/engine/hangul/"
+ id="org.freedesktop.ibus.engine.hangul">
+ <key name="hangul-keyboard" type="s">
+ <default>'2'</default>
+ <summary>Hangul keyboard</summary>
+ <description></description>
+ </key>
+ <key name="initial-input-mode" type="s">
+ <default>'latin'</default>
+ <summary>Initial input mode</summary>
+ <description></description>
+ </key>
+ <key name="word-commit" type="b">
+ <default>false</default>
+ <summary>Word commit</summary>
+ <description></description>
+ </key>
+ <key name="auto-reorder" type="b">
+ <default>true</default>
+ <summary>Auto reorder</summary>
+ <description></description>
+ </key>
+ <key name="switch-keys" type="s">
+ <default>'Hangul,Shift+space'</default>
+ <summary>Switch keys</summary>
+ <description></description>
+ </key>
+ <key name="hanja-keys" type="s">
+ <default>'Hangul_Hanja,F9'</default>
+ <summary>Hanja keys</summary>
+ <description></description>
+ </key>
+ <key name="on-keys" type="s">
+ <default>''</default>
+ <summary>On keys</summary>
+ <description></description>
+ </key>
+ <key name="off-keys" type="s">
+ <default>''</default>
+ <summary>Off keys</summary>
+ <description></description>
+ </key>
+ <key name="disable-latin-mode" type="b">
+ <default>false</default>
+ <summary>Disable Latin mode</summary>
+ <description></description>
+ </key>
+ </schema>
+</schemalist>