Difference between revisions of "Built-in Pinyin"
Jump to navigation
Jump to search
Weng Xuetian (talk | contribs) |
Weng Xuetian (talk | contribs) (Marked this version for translation) |
||
Line 32: | Line 32: | ||
* Remind next phrase | * Remind next phrase | ||
− | == Hotkey == | + | == Hotkey == <!--T:8--> |
{| class="wikitable" | {| class="wikitable" | ||
! style="width: 20%;"| Key | ! style="width: 20%;"| Key |
Revision as of 09:40, 14 May 2012
Lastest Fcitx Wrapper Version | 4.2.1 |
---|---|
Written In | C |
For | Chinese |
License | GPLv2 |
Website | http://code.google.com/p/fcitx |
Intro
Pinyin built-in fcitx is a simple Chinese Pinyin input method, which is based on Forward Maximum Match algorithm.
Feature
It use a quite simple algorithm and load all data into memory, so it has the fastest speed among all Fcitx Pinyin Input Method. And it's the only pinyin input method can record Cloudpinyin candidate word into data, due to its simple algorithm.
- Fuzzy Pinyin
- Double Pinyin
- Place specified single character at head. (Add: Ctrl+8 and Delete: Ctrl+7)
- Type character by word (By default, it's [ and ])
- Word deletion (Ctrl+Delete)
- Multiple word library
- ng/gn auto correction
- Remind next phrase
Hotkey
Key | Function |
---|---|
Ctrl + 8 | Stick a single character |
Ctrl + 7 | Delete a sticky single character |
Ctrl + Delete | Delete user typed word from history |
[ | Select first char in first candidate word |
] | Select second char in first candidate word |