mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-12 12:46:37 +02:00
fcitx: Use Super+[ to switch inputs
This fixes an issue where the previous keybinds would conflict with other applications, and reinforces the idea that all system-wide keybinds use Super.
This commit is contained in:
parent
6e963bbcf1
commit
80a2ec3fe3
@ -1,34 +1,25 @@
|
|||||||
[Hotkey]
|
[Hotkey]
|
||||||
# Enumerate when press trigger key repeatedly
|
# Enumerate when press trigger key repeatedly
|
||||||
EnumerateWithTriggerKeys=True
|
EnumerateWithTriggerKeys=True
|
||||||
|
# Temporally switch between first and current Input Method
|
||||||
|
AltTriggerKeys=
|
||||||
|
# Enumerate Input Method Forward
|
||||||
|
EnumerateForwardKeys=
|
||||||
|
# Enumerate Input Method Backward
|
||||||
|
EnumerateBackwardKeys=
|
||||||
# Skip first input method while enumerating
|
# Skip first input method while enumerating
|
||||||
EnumerateSkipFirst=False
|
EnumerateSkipFirst=False
|
||||||
|
# Enumerate Input Method Group Forward
|
||||||
|
EnumerateGroupForwardKeys=
|
||||||
|
# Enumerate Input Method Group Backward
|
||||||
|
EnumerateGroupBackwardKeys=
|
||||||
|
# Activate Input Method
|
||||||
|
ActivateKeys=
|
||||||
|
# Deactivate Input Method
|
||||||
|
DeactivateKeys=
|
||||||
|
|
||||||
[Hotkey/TriggerKeys]
|
[Hotkey/TriggerKeys]
|
||||||
0=Control+space
|
0=Super+bracketleft
|
||||||
1=Zenkaku_Hankaku
|
|
||||||
2=Hangul
|
|
||||||
|
|
||||||
[Hotkey/AltTriggerKeys]
|
|
||||||
0=Shift_L
|
|
||||||
|
|
||||||
[Hotkey/EnumerateForwardKeys]
|
|
||||||
0=Control+Shift_L
|
|
||||||
|
|
||||||
[Hotkey/EnumerateBackwardKeys]
|
|
||||||
0=Control+Shift_R
|
|
||||||
|
|
||||||
[Hotkey/EnumerateGroupForwardKeys]
|
|
||||||
0=Super+space
|
|
||||||
|
|
||||||
[Hotkey/EnumerateGroupBackwardKeys]
|
|
||||||
0=Shift+Super+space
|
|
||||||
|
|
||||||
[Hotkey/ActivateKeys]
|
|
||||||
0=Hangul_Hanja
|
|
||||||
|
|
||||||
[Hotkey/DeactivateKeys]
|
|
||||||
0=Hangul_Romaja
|
|
||||||
|
|
||||||
[Hotkey/PrevPage]
|
[Hotkey/PrevPage]
|
||||||
0=Up
|
0=Up
|
||||||
|
Loading…
x
Reference in New Issue
Block a user