summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2021-07-14 22:31:47 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2021-07-14 22:31:47 +0900
commitb952d30a1b7c741052c168fe1081ecb4d4b1c034 (patch)
tree0ac035476cf6f18dd1089830ebbd08f30dd1cda1
parentab6b9587a497e9662a2936df3dabed4582eeabdb (diff)
downloadibus-b952d30a1b7c741052c168fe1081ecb4d4b1c034.tar.gz
Change default Emoji shortcut key
The shortcut key was Ctrl-Shit-e to follow Unicode code point shortcut key but now the shorcut key is changed to Ctrl-period to follow GTK. BUG=https://github.com/ibus/ibus/issues/2325
-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 a79e9296..099b9c60 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;&lt;Shift&gt;e' ]</default>
+ <default>[ '&lt;Control&gt;period' ]</default>
<summary>Emoji shortcut keys for gtk_accelerator_parse</summary>
<description>The shortcut keys for turning emoji typing on or off</description>
</key>