Skip to content

Commit 2ffcdfc

Browse files
wyu71Zeno-sole
authored andcommitted
fix: update default shortcut key for altTriggerKeys in fcitx5
- Changed altTriggerKeys from disabled (empty) to Control+Shift+space for better user experience. Log: update default shortcut key for altTriggerKeys in fcitx5 pms: BUG-316129
1 parent a4c15eb commit 2ffcdfc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
fcitx5 (5.1.11-2deepin8) unstable; urgency=medium
2+
3+
* update default shortcut key for altTriggerKeys in fcitx5
4+
5+
-- Wang Yu <wangyu@uniontch.com> Mon, 16 Jun 2025 14:02:37 +0800
6+
17
fcitx5 (5.1.11-2deepin7) unstable; urgency=medium
28

39
* unify ShareInputState behavior across platforms

debian/patches/0010-disable-the-default-shortcut-key-for-altTriggerKeys.patch renamed to debian/patches/0010-update-the-default-shortcut-key-for-altTriggerKeys.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Index: fcitx5/src/lib/fcitx/globalconfig.cpp
77
"AltTriggerKeys",
88
_("Temporally switch between first and current Input Method"),
99
- {Key("Shift_L")},
10-
+ {},
10+
+ {Key("Control+Shift+space")},
1111
KeyListConstrain({KeyConstrainFlag::AllowModifierLess,
1212
KeyConstrainFlag::AllowModifierOnly})};
1313
KeyListOption enumerateForwardKeys{

debian/patches/series

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
0007-Add-Sogou-to-the-default-zh_CN-input-method-list.patch
55
0008-fix-remove-the-restart-icon.patch
66
0009-configtool-opens-dde-control-center-when-using-deepin25.patch
7-
0010-disable-the-default-shortcut-key-for-altTriggerKeys.patch
7+
0010-update-the-default-shortcut-key-for-altTriggerKeys.patch
88
0011-add-log-management-for-fcitx5-start-script.patch
99
0012-remove-send-event-to-topLevel-flag.patch
1010
0013-fix-unify-shareInputstate-behavior-across-platforms.patch

0 commit comments

Comments
 (0)