Difference between revisions of "Keyboard"

From Fcitx
Jump to navigation Jump to search
(Created page with "<translate> {{Infobox inputmethod | name = Keyboard | version = 0.1.1 | dependency = Enchant, libxkbfile, libicu, libxml2, iso-...")
 
m
Line 18: Line 18:
 
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.
 
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 [[Integrate with Desktop#Configuration tool|configuration tool]].
+
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 [[Special:myLanguage/Integrate with Desktop#Configuration tool|configuration tool]].
  
 
The option including:
 
The option including:
Line 30: Line 30:
  
 
== See Also ==
 
== See Also ==
[[Xkb]]
+
[[Special:myLanguage/Xkb|Xkb]]
[[Compile fcitx-keyboard]]
+
[[Special:myLanguage/Compile fcitx-keyboard|Compile fcitx-keyboard]]
  
 
[[Category:Input Method]]
 
[[Category:Input Method]]
  
 
</translate>
 
</translate>

Revision as of 07:43, 11 March 2012

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