Skip to content

Commit

Permalink
data/dconf: Add Ctrl-semicolon to Emoji shortcut key
Browse files Browse the repository at this point in the history
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=#2360
  • Loading branch information
fujiwarat committed Jan 20, 2022
1 parent 0e118e7 commit d9ff2bb
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;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>
Expand Down

0 comments on commit d9ff2bb

Please sign in to comment.