diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-09-16 16:19:46 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-09-16 16:19:46 -0700 |
| commit | 8e14b41c90384c998b818cac58d8e0dca2cdc8b6 (patch) | |
| tree | 80a87c5cb9f1a1998e5520a93cdfc64131941a88 | |
| parent | 833f707243122a0403c3cb3b3a15f2ce8edf2067 (diff) | |
fcitx5: fix shift tap switching input method
| -rw-r--r-- | modules/home/desktop/components/fcitx5/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/home/desktop/components/fcitx5/default.nix b/modules/home/desktop/components/fcitx5/default.nix index f4c06b0..a13cbe8 100644 --- a/modules/home/desktop/components/fcitx5/default.nix +++ b/modules/home/desktop/components/fcitx5/default.nix @@ -22,6 +22,8 @@ in { "0" = "Scroll_Lock"; }; + "Hotkey/AltTriggerKeys" = {}; + Behavior = { ActiveByDefault = "True"; # `true` outputs lowercase "true" # resetStateWhenFocusIn = "All"; |