mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
home/fcitx5: use only one ime group
https://github.com/fcitx/fcitx5/issues/1459
This commit is contained in:
parent
9174bda378
commit
c96b65bea7
3 changed files with 7 additions and 19 deletions
|
|
@ -27,12 +27,6 @@ EnumerateWithTriggerKeys=true
|
||||||
[Hotkey/AltTriggerKeys]
|
[Hotkey/AltTriggerKeys]
|
||||||
0=Shift_L
|
0=Shift_L
|
||||||
|
|
||||||
[Hotkey/EnumerateGroupBackwardKeys]
|
|
||||||
0=Control+Shift+space
|
|
||||||
|
|
||||||
[Hotkey/EnumerateGroupForwardKeys]
|
|
||||||
0=Control+space
|
|
||||||
|
|
||||||
[Hotkey/NextCandidate]
|
[Hotkey/NextCandidate]
|
||||||
0=Tab
|
0=Tab
|
||||||
|
|
||||||
|
|
@ -46,3 +40,4 @@ EnumerateWithTriggerKeys=true
|
||||||
0=Up
|
0=Up
|
||||||
|
|
||||||
[Hotkey/TriggerKeys]
|
[Hotkey/TriggerKeys]
|
||||||
|
0=Control+space
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,16 @@
|
||||||
# vim:ft=ini
|
# vim:ft=ini
|
||||||
|
|
||||||
[GroupOrder]
|
[GroupOrder]
|
||||||
0=gDvorak
|
0="Group 1"
|
||||||
1=gCangjie
|
|
||||||
|
|
||||||
[Groups/0]
|
[Groups/0]
|
||||||
|
Name="Group 1"
|
||||||
Default Layout=us-dvorak
|
Default Layout=us-dvorak
|
||||||
DefaultIM=keyboard-us-dvorak
|
DefaultIM=keyboard-us-dvorak
|
||||||
Name=gDvorak
|
|
||||||
|
|
||||||
[Groups/0/Items/0]
|
[Groups/0/Items/0]
|
||||||
Layout=
|
|
||||||
Name=keyboard-us-dvorak
|
Name=keyboard-us-dvorak
|
||||||
|
Layout=us-dvorak
|
||||||
|
|
||||||
[Groups/1]
|
[Groups/0/Items/1]
|
||||||
Default Layout=us
|
|
||||||
DefaultIM=cangjie3
|
|
||||||
Name=gCangjie
|
|
||||||
|
|
||||||
[Groups/1/Items/0]
|
|
||||||
Layout=
|
|
||||||
Name=cangjie3
|
Name=cangjie3
|
||||||
|
Layout=us
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
SecondCandidate=
|
SecondCandidate=
|
||||||
# Select Third Candidate
|
# Select Third Candidate
|
||||||
ThirdCandidate=
|
ThirdCandidate=
|
||||||
# Page size
|
# Candidates Per Page
|
||||||
PageSize=10
|
PageSize=10
|
||||||
# Commit after auto select candidates
|
# Commit after auto select candidates
|
||||||
CommitAfterSelect=True
|
CommitAfterSelect=True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue