summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2019-04-22 12:45:21 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2019-04-22 12:45:21 +0900
commit979e794823119ffae023a58fc0a8e6eeb04189a3 (patch)
treec87ea1130241cd752a7735f37249c0ec77161706 /data
parenta787fde9af5ab2ad23bc53fbdb126714111020aa (diff)
downloadibus-anthy-979e794823119ffae023a58fc0a8e6eeb04189a3.tar.gz
gschema: Set default input mode to Latin
Since I've recommended to switch the direct mode and Hiragana one within an engine, the default input mode would be better to set Latin in ibus-anthy. Super-space shortcut key changes the input focus in firefox likes Facebook and the key is not useful when the modes are frequently switched.
Diffstat (limited to 'data')
-rw-r--r--data/org.freedesktop.ibus.engine.anthy.gschema.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.freedesktop.ibus.engine.anthy.gschema.xml.in b/data/org.freedesktop.ibus.engine.anthy.gschema.xml.in
index 57436b3..3b68b4b 100644
--- a/data/org.freedesktop.ibus.engine.anthy.gschema.xml.in
+++ b/data/org.freedesktop.ibus.engine.anthy.gschema.xml.in
@@ -3,7 +3,7 @@
<schema path="/org/freedesktop/ibus/engine/anthy/common/"
id="org.freedesktop.ibus.engine.anthy.common">
<key name="input-mode" type="i">
- <default>0</default>
+ <default>3</default>
<summary>Input Mode</summary>
<description></description>
</key>