Skip to content

Commit 39773ff

Browse files
committed
data/gschema: Remove Ctrl+period in circle_kana_mode (#23)
Ctrl-period key is now Emoji typing on-off shortcut key in IBus core to follow GNOME desktop.
1 parent 84f0802 commit 39773ff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

data/org.freedesktop.ibus.engine.anthy.gschema.xml.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,8 +908,13 @@
908908
'circle_input_mode': <['Ctrl+comma', 'Ctrl+less']>,
909909
<!-- # Removed Hiragana_Katakana key in circle_kana_mode
910910
for latin_with_shift.
911+
# Removed Ctrl+period in circle_kana_mode, which is
912+
now Emoji typing on-off shortcut key in IBus core
913+
to follow GNOME desktop.
914+
# Ctrl+greater is actually Ctrl+Shift+period in
915+
JP and US layout.
911916
-->
912-
'circle_kana_mode': &lt;['Ctrl+period', 'Ctrl+greater']&gt;,
917+
'circle_kana_mode': &lt;['Ctrl+greater']&gt;,
913918
<!-- 'cancel_pseudo_ascii_mode_key': &lt;['Escape']&gt;, -->
914919
'circle_typing_method': &lt;['Alt+Romaji', 'Ctrl+slash']&gt;,
915920
'circle_dict_method': &lt;['Alt+Henkan']&gt;,

0 commit comments

Comments
 (0)