Skip to content

Commit

Permalink
Change default Emoji shortcut key
Browse files Browse the repository at this point in the history
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=#2325
  • Loading branch information
fujiwarat committed Jul 14, 2021
1 parent ab6b958 commit b952d30
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 @@ -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>
Expand Down

0 comments on commit b952d30

Please sign in to comment.