Difference between revisions of "Anthy"

From Fcitx
Jump to navigation Jump to search
(Created page with "<languages /> <translate> {{Infobox inputmethod | name = Anthy | version = 0.1.1 | dependency = anthy | programming language ...")
 
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                    = Anthy
 
| name                    = Anthy
Line 12: Line 13:
 
}}
 
}}
  
== Intro ==
+
== Intro == <!--T:2-->
 
Anthy is the open source Japanese Input method engine library. Though anthy is not being developed actively, there are still quite a lot of people use it. fcitx-anthy is ported from scim-anthy.
 
Anthy is the open source Japanese Input method engine library. Though anthy is not being developed actively, there are still quite a lot of people use it. fcitx-anthy is ported from scim-anthy.
  
== Usage ==
+
== Usage == <!--T:3-->
 
* Switch input mode: you can rotate all input modes by pressing Control+comma
 
* Switch input mode: you can rotate all input modes by pressing Control+comma
 
* Input Japanese hiragana and katakana: You can input Japanese hiragana and katakana by inputting romaji. If you want to hiragana and katakana directly by using Japanese keyboard, please press Alt + Romaji key or Conrol+/ key to switch typing method.
 
* Input Japanese hiragana and katakana: You can input Japanese hiragana and katakana by inputting romaji. If you want to hiragana and katakana directly by using Japanese keyboard, please press Alt + Romaji key or Conrol+/ key to switch typing method.
 
* Convert hiragana or katakana to Japanese kanji: After inputting hiragana or katakana, you can convert it to Japanese kanji by pressing Space key. Then it will show some candidates. You can select a next candidate by pressing Space key, and can commit it by pressing Enter key. If you input a sentense, Anthy will split it to some segments. You can select a next or previous segment by pressing left or right cursor key, and can extend or shrink the selected segment by pressing Shift + left or right cursor key.
 
* Convert hiragana or katakana to Japanese kanji: After inputting hiragana or katakana, you can convert it to Japanese kanji by pressing Space key. Then it will show some candidates. You can select a next candidate by pressing Space key, and can commit it by pressing Enter key. If you input a sentense, Anthy will split it to some segments. You can select a next or previous segment by pressing left or right cursor key, and can extend or shrink the selected segment by pressing Shift + left or right cursor key.
  
== Compile ==
+
== Compile == <!--T:4-->
 
[[Category:Input Method]]
 
[[Category:Input Method]]
 
[[Category:Japanese Input Method]]
 
[[Category:Japanese Input Method]]
  
 
</translate>
 
</translate>

Latest revision as of 22:54, 2 February 2016

Other languages:
English
Anthy
Lastest Fcitx Wrapper Version 0.1.1
Dependency anthy
Written In C++
For Japanese
License GPL
Website http://github.com/fcitx/fcitx-anthy/

Intro

Anthy is the open source Japanese Input method engine library. Though anthy is not being developed actively, there are still quite a lot of people use it. fcitx-anthy is ported from scim-anthy.

Usage

  • Switch input mode: you can rotate all input modes by pressing Control+comma
  • Input Japanese hiragana and katakana: You can input Japanese hiragana and katakana by inputting romaji. If you want to hiragana and katakana directly by using Japanese keyboard, please press Alt + Romaji key or Conrol+/ key to switch typing method.
  • Convert hiragana or katakana to Japanese kanji: After inputting hiragana or katakana, you can convert it to Japanese kanji by pressing Space key. Then it will show some candidates. You can select a next candidate by pressing Space key, and can commit it by pressing Enter key. If you input a sentense, Anthy will split it to some segments. You can select a next or previous segment by pressing left or right cursor key, and can extend or shrink the selected segment by pressing Shift + left or right cursor key.

Compile