Difference between revisions of "Keyboard"
Jump to navigation
Jump to search
Weng Xuetian (talk | contribs) m (→See Also) |
Weng Xuetian (talk | contribs) m (Text replacement - "<translate1>" to "<translate>") |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <languages /> | + | <languages/> |
<translate> | <translate> | ||
+ | <!--T:1--> | ||
{{Infobox inputmethod | {{Infobox inputmethod | ||
| name = Keyboard | | name = Keyboard | ||
Line 12: | Line 13: | ||
}} | }} | ||
− | == Intro == | + | == Intro == <!--T:2--> |
+ | <!--T:3--> | ||
Keyboard is a collection of input method that each one bind with a keyboard layout. | Keyboard is a collection of input method that each one bind with a keyboard layout. | ||
− | == Feature == | + | == Feature == <!--T:4--> |
+ | <!--T:5--> | ||
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. | ||
+ | <!--T:6--> | ||
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]]. | 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]]. | ||
+ | <!--T:7--> | ||
The option including: | The option including: | ||
+ | <!--T:8--> | ||
* default enchant backend (Default is aspell, since aspell has better performance) | * default enchant backend (Default is aspell, since aspell has better performance) | ||
* use enter to confirm string (Not enter a return line) | * use enter to confirm string (Not enter a return line) | ||
Line 31: | Line 37: | ||
* Add to dict hotkey | * Add to dict hotkey | ||
− | == See Also == | + | == See Also == <!--T:9--> |
[[Special:myLanguage/Xkb|Xkb]] | [[Special:myLanguage/Xkb|Xkb]] | ||
+ | <!--T:10--> | ||
[[Special:myLanguage/Compile fcitx-keyboard|Compile fcitx-keyboard]] | [[Special:myLanguage/Compile fcitx-keyboard|Compile fcitx-keyboard]] | ||
+ | <!--T:11--> | ||
[[Category:Input Method]] | [[Category:Input Method]] | ||
</translate> | </translate> |
Latest revision as of 22:54, 2 February 2016
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