Difference between revisions of "Built-in Pinyin"

From Fcitx
Jump to navigation Jump to search
m (Text replacement - "<languages />" to "<languages/>")
m (11 revisions imported)
(No difference)

Revision as of 22:42, 2 February 2016

Other languages:
English
Pinyin
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