Skip to content

Commit

Permalink
fix: Sogou input method shift fails to switch between Chinese and Eng…
Browse files Browse the repository at this point in the history
…lish

Disable the default shortcut key of altTriggerKeys

Log: Sogou input method shift fails to switch between Chinese and English
pms: BUG-288893
  • Loading branch information
wyu71 authored and Zeno-sole committed Dec 11, 2024
1 parent 3fc6b62 commit a8f5256
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
fcitx5 (5.1.11-2deepin2) unstable; urgency=medium

* Disable the default shortcut key for altTriggerKeys

-- Wang Yu <[email protected]> Wed, 11 Dec 2024 11:03:51 +0800

fcitx5 (5.1.11-2deepin1) unstable; urgency=medium

* New upstream release.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Index: fcitx5/src/lib/fcitx/globalconfig.cpp
===================================================================
--- fcitx5.orig/src/lib/fcitx/globalconfig.cpp
+++ fcitx5/src/lib/fcitx/globalconfig.cpp
@@ -44,7 +44,7 @@ FCITX_CONFIGURATION(
this,
"AltTriggerKeys",
_("Temporally switch between first and current Input Method"),
- {Key("Shift_L")},
+ {},
KeyListConstrain({KeyConstrainFlag::AllowModifierLess,
KeyConstrainFlag::AllowModifierOnly})};
KeyListOption enumerateForwardKeys{
1 change: 1 addition & 0 deletions debian/patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
0007-Add-Sogou-to-the-default-zh_CN-input-method-list.patch
0008-fix-remove-the-restart-icon.patch
0009-configtool-opens-dde-control-center-when-using-deepin25.patch
0010-disable-the-default-shortcut-key-for-altTriggerKeys.patch

0 comments on commit a8f5256

Please sign in to comment.