Difference between revisions of "Keyboard"

From Fcitx
Jump to navigation Jump to search
m
Line 33: Line 33:
 
== See Also ==
 
== See Also ==
 
[[Special:myLanguage/Xkb|Xkb]]
 
[[Special:myLanguage/Xkb|Xkb]]
 +
 
[[Special:myLanguage/Compile fcitx-keyboard|Compile fcitx-keyboard]]
 
[[Special:myLanguage/Compile fcitx-keyboard|Compile fcitx-keyboard]]
  

Revision as of 07:43, 11 March 2012

Other languages:
English
Keyboard
Lastest Fcitx Wrapper Version 0.1.1
Dependency Enchant, libxkbfile, libicu, libxml2, iso-codes
Written In C
For Keyboard layout based language
License GPLv2
Website http://github.com/fcitx/fcitx-keyboard

Intro

Keyboard is a collection of input method that each one bind with a keyboard layout.

Feature

You don't need to bother about keyboard layout setting, simply search the keyboard layout you want, and add it to input method list. When you switch to it, the keyboard layout will automatically switched.

If you installed corresponding spell checker dict, you can also toggle the word completion with Ctrl+Alt+H. If you want to add current word to the dict, you can use Ctrl+Alt+N. The spell check function have several option, you can set it with configuration tool.

The option including:

  • default enchant backend (Default is aspell, since aspell has better performance)
  • use enter to confirm string (Not enter a return line)
  • input extra space when choose word
  • only display word with same prefix.
  • Toggle hotkey
  • Add to dict hotkey

See Also

Xkb

Compile fcitx-keyboard