summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2022-08-18 16:24:23 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2022-08-18 16:24:23 +0900
commit1520c39d0d6036da725fcecd932883be3f3d3575 (patch)
tree56ab8d8e3b9efeeca692939afc000210b510cbc7
parentd47dbfada41aa4fb5df9f7cffe873786fc4849cc (diff)
downloadibus-1520c39d0d6036da725fcecd932883be3f3d3575.tar.gz
data/dconf: Revert Emoji shoftcut key to Super-space
IBus provides the D-Bus method to override IBus emoji UI and i think Super-period is better than Ctrl-period for the emoji shortcut key to compare MS-Window, Macintosh. IBus emoji UI connects to the input method and provides the language emoji annotations. Seems moving GTK Cotrol-period to gnome-shell Suer-period is difficult at present. BUG=https://github.com/ibus/ibus/issues/2390 BUG=https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5728
-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 0ece2b4f..4d3b7ae2 100644
--- a/data/dconf/org.freedesktop.ibus.gschema.xml
+++ b/data/dconf/org.freedesktop.ibus.gschema.xml
@@ -248,7 +248,7 @@
<description>The shortcut keys for turning Unicode typing on or off</description>
</key>
<key name="hotkey" type="as">
- <default>[ '&lt;Control&gt;period', '&lt;Control&gt;semicolon' ]</default>
+ <default>[ '&lt;Super&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>