Revert Emoji shortcut key to Super-period
This commit is contained in:
parent
355503863c
commit
e88af2555c
@ -4526,3 +4526,38 @@ index fe30c1d6..6057cc03 100644
|
|||||||
--
|
--
|
||||||
2.35.3
|
2.35.3
|
||||||
|
|
||||||
|
From 53d8a826a62f2b43d7361f719fb72e26da8732f8 Mon Sep 17 00:00:00 2001
|
||||||
|
From: fujiwarat <takao.fujiwara1@gmail.com>
|
||||||
|
Date: Fri, 12 Aug 2022 11:41:16 +0900
|
||||||
|
Subject: [PATCH] data/dconf: Revert Emoji shoftcut key to Super-space
|
||||||
|
|
||||||
|
IBus provides the D-Bus method to override IBus emoji UI and i think
|
||||||
|
Super-period is better than Ctrl-period for the emoji shortcut key to
|
||||||
|
compare MS-Window, Macintosh. IBus emoji UI connects to the input method
|
||||||
|
and provides the language emoji annotations.
|
||||||
|
|
||||||
|
Seems moving GTK Cotrol-period to gnome-shell Suer-period is difficult
|
||||||
|
at present.
|
||||||
|
|
||||||
|
BUG=https://github.com/ibus/ibus/issues/2390
|
||||||
|
BUG=https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5728
|
||||||
|
---
|
||||||
|
data/dconf/org.freedesktop.ibus.gschema.xml | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/data/dconf/org.freedesktop.ibus.gschema.xml b/data/dconf/org.freedesktop.ibus.gschema.xml
|
||||||
|
index 0ece2b4f..4d3b7ae2 100644
|
||||||
|
--- a/data/dconf/org.freedesktop.ibus.gschema.xml
|
||||||
|
+++ b/data/dconf/org.freedesktop.ibus.gschema.xml
|
||||||
|
@@ -248,7 +248,7 @@
|
||||||
|
<description>The shortcut keys for turning Unicode typing on or off</description>
|
||||||
|
</key>
|
||||||
|
<key name="hotkey" type="as">
|
||||||
|
- <default>[ '<Control>period', '<Control>semicolon' ]</default>
|
||||||
|
+ <default>[ '<Super>period' ]</default>
|
||||||
|
<summary>Emoji shortcut keys for gtk_accelerator_parse</summary>
|
||||||
|
<description>The shortcut keys for turning emoji typing on or off</description>
|
||||||
|
</key>
|
||||||
|
--
|
||||||
|
2.37.1
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
Name: ibus
|
Name: ibus
|
||||||
Version: 1.5.26
|
Version: 1.5.26
|
||||||
Release: 15%{?dist}
|
Release: 16%{?dist}
|
||||||
Summary: Intelligent Input Bus for Linux OS
|
Summary: Intelligent Input Bus for Linux OS
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/ibus/%name/wiki
|
URL: https://github.com/ibus/%name/wiki
|
||||||
@ -524,6 +524,9 @@ dconf update || :
|
|||||||
%{_datadir}/installed-tests/ibus
|
%{_datadir}/installed-tests/ibus
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 12 2022 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.26-16
|
||||||
|
- Revert Emoji shortcut key to Super-period
|
||||||
|
|
||||||
* Fri Jul 29 2022 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.26-15
|
* Fri Jul 29 2022 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.26-15
|
||||||
- Enhance Xutf8TextListToTextProperty in ibus-x11
|
- Enhance Xutf8TextListToTextProperty in ibus-x11
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user