From d1b1f619f24302faba83ac42841b5a818eb2d42e Mon Sep 17 00:00:00 2001 From: Takao Fujiwara Date: Thu, 12 Aug 2021 19:05:47 +0900 Subject: [PATCH] Remove Ctrl+period in circle_kana_mode --- ibus-anthy-HEAD.patch | 33 +++++++++++++++++++++++++++++++++ ibus-anthy.spec | 5 ++++- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/ibus-anthy-HEAD.patch b/ibus-anthy-HEAD.patch index 778b813..0b24991 100644 --- a/ibus-anthy-HEAD.patch +++ b/ibus-anthy-HEAD.patch @@ -340,3 +340,36 @@ index 7e16093..6641f7f 100644 -- 2.28.0 +From 39773ff8c30b4793a841c44b02ff92b52d2bdaeb Mon Sep 17 00:00:00 2001 +From: fujiwarat +Date: Thu, 12 Aug 2021 18:44:51 +0900 +Subject: [PATCH] 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. +--- + data/org.freedesktop.ibus.engine.anthy.gschema.xml.in | 7 ++++++- + 1 file changed, 6 insertions(+), 1 deletion(-) + +diff --git a/data/org.freedesktop.ibus.engine.anthy.gschema.xml.in b/data/org.freedesktop.ibus.engine.anthy.gschema.xml.in +index 773be09..75e42b3 100644 +--- a/data/org.freedesktop.ibus.engine.anthy.gschema.xml.in ++++ b/data/org.freedesktop.ibus.engine.anthy.gschema.xml.in +@@ -908,8 +908,13 @@ + 'circle_input_mode': <['Ctrl+comma', 'Ctrl+less']>, + +- 'circle_kana_mode': <['Ctrl+period', 'Ctrl+greater']>, ++ 'circle_kana_mode': <['Ctrl+greater']>, + + 'circle_typing_method': <['Alt+Romaji', 'Ctrl+slash']>, + 'circle_dict_method': <['Alt+Henkan']>, +-- +2.28.0 + diff --git a/ibus-anthy.spec b/ibus-anthy.spec index 8c882eb..d395959 100644 --- a/ibus-anthy.spec +++ b/ibus-anthy.spec @@ -18,7 +18,7 @@ Name: ibus-anthy Version: 1.5.12 -Release: 9%{?dist} +Release: 10%{?dist} Summary: The Anthy engine for IBus input platform License: GPLv2+ URL: https://github.com/ibus/ibus/wiki @@ -153,6 +153,9 @@ desktop-file-validate \ %{_datadir}/installed-tests/%{name} %changelog +* Thu Aug 12 2021 Takao Fujiwara - 1.5.12-10 +- Remove Ctrl+period in circle_kana_mode + * Thu Jul 22 2021 Fedora Release Engineering - 1.5.12-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild