data/dconf: Add Ctrl-semicolon to Emoji shortcut key

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=https://github.com/ibus/ibus/issues/2360
This commit is contained in:
fujiwarat 2022-01-20 16:41:37 +09:00
Родитель 0e118e7e57
Коммит d9ff2bb6b0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>