`
pipal
  • 浏览: 163724 次
  • 性别: Icon_minigender_1
  • 来自: 南宁
社区版块
存档分类
最新评论

ibus添加自定义词组

阅读更多

ibus添加自定义词组

原文:http://www.cnblogs.com/lbsx/archive/2009/11/10/1599716.html

每输入一个字都用Ctrl+Num进行选择,直到词组输入完毕,然后按空格提交

还有一种就是在normal commit状态下,先把词组输入完,但是不空格确认,此时按左shift,再空格就可以添加

一些快捷键:
Space               commit inputted string.
Shift_L             when no key inputted: shift the input mode between
                        English and Table mode.
                    during input: commit the first candidate into
                        preedit string.
Shift_R             shift between PinYin mode and Normal mode under
                        Table mode.

Shift_L/Shift_R + 1 input tunes under PinYin mode. the tunes display in
                  2     aux string area as ↑1, ↑2, ↑3, ↑4, ↑5.
                  3     1 is YinPin, 2 is YangPin, 3 is ShangSheng,
                  4     4 is QuSheng, 5 is QingSheng
                  5

Arrow_Left          move cursor one character left in preedit string.
Arrow_Right         move cursor one character right in preedit string.
Backspace           remove the last input key or last character in
                        preeidt string.

Delete              remove one character after the cursor in preedit
                        string.
Ctrl + Arrow_Lelf   move the cursor to the front of preedit string.
Ctrl + Arrow_Right  move the cursor to the end of preedit string.
Ctrl + Backspace    delete from cursor to the front of preedit string.
Ctrl + Delete       delete from cursor to the end of preedit string.
Arrow_Down          mext candidate.
Arrow_Up            previous candidate.
Esc                 reset the input method.
Num1 ~ Num9         select the correspondent candidate and commit
                        inputted string
Ctrl + [Num1~Num9]  select the correspondent candidate and commit it
                        into preedit string
Alt + [Num1~Num9]   remove the correspondent user-defined phrase.
Page_Up/Page_Down   page up/down the lookup table of candidates.
-/+                 when not been used as valid input keys, the same as
                        Page_Up and Page_Down.
Ctrl + ,            open/close Single Character Mode, only show single
                        character not phrases.
Ctrl + .            shift between full/half punctuation.
Ctrl + /            shift between direct/normal commit mode.
Ctrl + ;            shift between different SubCharset in Chinese
Ctrl + '            show/hide speedmeter

 reference:

http://www.linuxdiyf.com/viewarticle.php?id=161543 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics