mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix!: refactored homeModules
This commit is contained in:
parent
1c48edddf4
commit
e9f8ccd2b3
50 changed files with 14 additions and 41 deletions
87
nix/homeModules/extra/fcitx5/fcitx/table/cangjie3.conf
Normal file
87
nix/homeModules/extra/fcitx5/fcitx/table/cangjie3.conf
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
[Table]
|
||||
# Select Second Candidate
|
||||
SecondCandidate=
|
||||
# Select Third Candidate
|
||||
ThirdCandidate=
|
||||
# Page size
|
||||
PageSize=10
|
||||
# Commit after auto select candidates
|
||||
CommitAfterSelect=True
|
||||
# Commit buffer when deactivating input method
|
||||
CommitWhenDeactivate=True
|
||||
# Commit Invalid Segment
|
||||
CommitInvalidSegment=False
|
||||
# Use full width
|
||||
UseFullWidth=True
|
||||
# Ignore built in punctuation
|
||||
IgnorePunc=False
|
||||
# First candidate as Preedit
|
||||
FirstCandidateAsPreedit=False
|
||||
# Fix embedded preedit cursor at the beginning of the preedit
|
||||
PreeditCursorPositionAtBeginning=True
|
||||
# Key to trigger quickphrase
|
||||
QuickPhraseKey=
|
||||
# Text to trigger quickphrase
|
||||
QuickPhraseText=
|
||||
# Don't sort word shorter than
|
||||
NoSortInputLength=-1
|
||||
# Sort candidate by code length
|
||||
SortByCodeLength=True
|
||||
# Order policy
|
||||
OrderPolicy=Freq
|
||||
# Use system language model
|
||||
UseSystemLanguageModel=True
|
||||
# Sort candidates based on current context
|
||||
UseContextRelatedOrder=True
|
||||
# Wildcard matching Key
|
||||
MatchingKey=z
|
||||
# Prefix key to trigger Pinyin
|
||||
PinyinKey=
|
||||
# Auto select candidate
|
||||
AutoSelect=True
|
||||
# Length limit of selecting the only candidate
|
||||
AutoSelectLength=-2
|
||||
# Regular expression for selecting the only candidate
|
||||
AutoSelectRegex=
|
||||
# Auto select when no match is found
|
||||
NoMatchAutoSelectLength=0
|
||||
# Regular expression for auto select when no match is found
|
||||
NoMatchAutoSelectRegex=
|
||||
# Auto phrase length
|
||||
AutoPhraseLength=-1
|
||||
# Learn auto phrase with phrase
|
||||
AutoPhraseWithPhrase=False
|
||||
# Marker for auto phrase in the candidates
|
||||
MarkerForAutoPhrase=*
|
||||
# Save auto phrase after being typed for ... times
|
||||
SaveAutoPhraseAfter=4
|
||||
# Exact Match
|
||||
ExactMatch=False
|
||||
# Learning
|
||||
Learning=True
|
||||
# Display Hint for word
|
||||
Hint=False
|
||||
# Display custom hint
|
||||
DisplayCustomHint=True
|
||||
# Separator text between hint and candidate
|
||||
HintSeparator=" ~ "
|
||||
# Candidate List orientation
|
||||
CandidateLayoutHint=Vertical
|
||||
# Allow use keypad key as table input
|
||||
KeypadAsInput=False
|
||||
|
||||
[Table/PrevPage]
|
||||
0=Left
|
||||
|
||||
[Table/NextPage]
|
||||
0=Right
|
||||
|
||||
[Table/PrevCandidate]
|
||||
0=Up
|
||||
|
||||
[Table/NextCandidate]
|
||||
0=Down
|
||||
|
||||
[Table/DefaultCandidate]
|
||||
0=space
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue