Skip to content

Commit

Permalink
data/dconf: Revert Emoji shoftcut key to Super-space
Browse files Browse the repository at this point in the history
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=#2390
BUG=https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5728
  • Loading branch information
fujiwarat committed Aug 18, 2022
1 parent d47dbfa commit 1520c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/dconf/org.freedesktop.ibus.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1520c39

Please sign in to comment.