summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2022-01-20 16:41:37 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2022-01-20 16:41:37 +0900
commitd9ff2bb6b04a7cf7d99f4e9832b4b8905858178c (patch)
tree0c8e67440ccfa436a6d10259f345c3ed04fc0133
parent0e118e7e57caaa298e367ed99f2051ba47a35f81 (diff)
downloadibus-master.tar.gz
data/dconf: Add Ctrl-semicolon to Emoji shortcut keymaster
period key is needed Shift key in French keyboard and Ctrl-period does not work. Add Ctrl-semicolon in org.freedesktop.ibus.panel.emoji.hotkey to fix the problem. BUG=https://github.com/ibus/ibus/issues/2360
-rw-r--r--data/dconf/org.freedesktop.ibus.gschema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/dconf/org.freedesktop.ibus.gschema.xml b/data/dconf/org.freedesktop.ibus.gschema.xml
index e90ee5ab..516f7520 100644
--- a/data/dconf/org.freedesktop.ibus.gschema.xml
+++ b/data/dconf/org.freedesktop.ibus.gschema.xml
@@ -183,7 +183,7 @@
<description>The shortcut keys for turning Unicode typing on or off</description>
</key>
<key name="hotkey" type="as">
- <default>[ '&lt;Control&gt;period' ]</default>
+ <default>[ '&lt;Control&gt;period', '&lt;Control&gt;semicolon' ]</default>
<summary>Emoji shortcut keys for gtk_accelerator_parse</summary>
<description>The shortcut keys for turning emoji typing on or off</description>
</key>