config

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

pinyin.conf (2258B)


      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 Emoji
     10 EmojiEnabled=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 [ChooseCharFromPhrase]
     74 0=bracketleft
     75 1=bracketright
     76 
     77 [FilterByStroke]
     78 0=grave
     79 
     80 [QuickPhrase trigger]
     81 0=www.
     82 1=ftp.
     83 2=http:
     84 3=mail.
     85 4=bbs.
     86 5=forum.
     87 6=https:
     88 7=ftp:
     89 8=telnet:
     90 9=mailto:
     91 
     92 [Fuzzy]
     93 # ue -> ve
     94 VE_UE=True
     95 # Common Typo
     96 NG_GN=True
     97 # Inner Segment (xian -> xi'an)
     98 Inner=True
     99 # Inner Segment for Short Pinyin (qie -> qi'e)
    100 InnerShort=True
    101 # Match partial finals (e -> en, eng, ei)
    102 PartialFinal=True
    103 # Match partial shuangpin if input length is longer than 4
    104 PartialSp=False
    105 # u <-> v
    106 V_U=False
    107 # an <-> ang
    108 AN_ANG=False
    109 # en <-> eng
    110 EN_ENG=False
    111 # ian <-> iang
    112 IAN_IANG=False
    113 # in <-> ing
    114 IN_ING=False
    115 # u <-> ou
    116 U_OU=False
    117 # uan <-> uang
    118 UAN_UANG=False
    119 # c <-> ch
    120 C_CH=False
    121 # f <-> h
    122 F_H=False
    123 # l <-> n
    124 L_N=False
    125 # s <-> sh
    126 S_SH=False
    127 # z <-> zh
    128 Z_ZH=False
    129