config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

pinyin.conf (2491B)


      1 # Shuangpin Profile
      2 ShuangpinProfile=Ziranma
      3 # Show current shuangpin mode
      4 ShowShuangpinMode=True
      5 # Page size
      6 PageSize=7
      7 # Enable Spell
      8 SpellEnabled=True
      9 # Enable Symbols
     10 SymbolsEnabled=True
     11 # Enable Chaizi
     12 ChaiziEnabled=True
     13 # Enable Characters in Unicode CJK Extension B
     14 ExtBEnabled=True
     15 # Enable Cloud Pinyin
     16 CloudPinyinEnabled=False
     17 # Cloud Pinyin Index
     18 CloudPinyinIndex=2
     19 # Show animation when Cloud Pinyin is loading
     20 CloudPinyinAnimation=True
     21 # Always show Cloud Pinyin place holder
     22 KeepCloudPinyinPlaceHolder=False
     23 # Preedit Mode
     24 PreeditMode="Composing pinyin"
     25 # Fix embedded preedit cursor at the beginning of the preedit
     26 PreeditCursorPositionAtBeginning=True
     27 # Show complete pinyin in preedit
     28 PinyinInPreedit=False
     29 # Enable Prediction
     30 Prediction=True
     31 # Prediction Size
     32 PredictionSize=10
     33 # Action when switching input method
     34 SwitchInputMethodBehavior="Commit current preedit"
     35 # Select 2nd Candidate
     36 SecondCandidate=
     37 # Select 3rd Candidate
     38 ThirdCandidate=
     39 # Use Keypad as Selection key
     40 UseKeypadAsSelection=False
     41 # Use BackSpace to cancel the selection
     42 BackSpaceToUnselect=True
     43 # Number of Sentences
     44 Number of sentence=2
     45 # Prompt long word length when input length over (0 for disable)
     46 LongWordLengthLimit=4
     47 # Key to trigger quickphrase
     48 QuickPhraseKey=semicolon
     49 # Use V to trigger quickphrase
     50 VAsQuickphrase=True
     51 # FirstRun
     52 FirstRun=False
     53 
     54 [ForgetWord]
     55 0=Control+7
     56 
     57 [PrevPage]
     58 0=minus
     59 1=Up
     60 2=KP_Up
     61 
     62 [NextPage]
     63 0=equal
     64 1=Down
     65 2=KP_Down
     66 
     67 [PrevCandidate]
     68 0=Shift+Tab
     69 
     70 [NextCandidate]
     71 0=Tab
     72 
     73 [CurrentCandidate]
     74 0=space
     75 1=KP_Space
     76 
     77 [CommitRawInput]
     78 0=Return
     79 1=KP_Enter
     80 2=Control+Return
     81 3=Control+KP_Enter
     82 4=Shift+Return
     83 5=Shift+KP_Enter
     84 6=Control+Shift+Return
     85 7=Control+Shift+KP_Enter
     86 
     87 [ChooseCharFromPhrase]
     88 0=bracketleft
     89 1=bracketright
     90 
     91 [FilterByStroke]
     92 0=grave
     93 
     94 [QuickPhrase trigger]
     95 0=www.
     96 1=ftp.
     97 2=http:
     98 3=mail.
     99 4=bbs.
    100 5=forum.
    101 6=https:
    102 7=ftp:
    103 8=telnet:
    104 9=mailto:
    105 
    106 [Fuzzy]
    107 # ue -> ve
    108 VE_UE=True
    109 # Common Typo
    110 NG_GN=True
    111 # Inner Segment (xian -> xi'an)
    112 Inner=True
    113 # Inner Segment for Short Pinyin (qie -> qi'e)
    114 InnerShort=True
    115 # Match partial finals (e -> en, eng, ei)
    116 PartialFinal=True
    117 # Match partial shuangpin if input length is longer than 4
    118 PartialSp=False
    119 # u <-> v
    120 V_U=False
    121 # an <-> ang
    122 AN_ANG=False
    123 # en <-> eng
    124 EN_ENG=False
    125 # ian <-> iang
    126 IAN_IANG=False
    127 # in <-> ing
    128 IN_ING=False
    129 # u <-> ou
    130 U_OU=False
    131 # uan <-> uang
    132 UAN_UANG=False
    133 # c <-> ch
    134 C_CH=False
    135 # f <-> h
    136 F_H=False
    137 # l <-> n
    138 L_N=False
    139 # s <-> sh
    140 S_SH=False
    141 # z <-> zh
    142 Z_ZH=False
    143 # Correction Layout
    144 Correction=None
    145