>  기사  >  데이터 베이스  >  Input Chinese in sublime text2 with ibus

Input Chinese in sublime text2 with ibus

WBOY
WBOY원래의
2016-06-07 15:37:001158검색

Ref:http://www.tipiweb.tk/blog/2012/06/16/little-simple-way-to-use-ibus-in-sublime-text-2/ A small plugin for chinese input in sublime text2 InputHelper Just a little plugin to open new gtk.window having textinput field which will support

Ref: http://www.tipiweb.tk/blog/2012/06/16/little-simple-way-to-use-ibus-in-sublime-text-2/

A small plugin for chinese input  in sublime text2

Input Chinese in sublime text2 with ibus

Input Chinese in sublime text2 with ibus


InputHelper

Just a little plugin to open new gtk.window having textinput field which will support Input Method like Ibus, then insert it back to Sublime Text 2 when you complete input text.

MANUAL INSTALL:

cd ~/.config/sublime-text-2/Packages

git clone https://github.com/xgenvn/InputHelper.git

USING:

  • Make sure your iBus/scim is working normally on other gtk application
  • Default key combination: Ctrl+Shift+Z > Input text in the text field > Press Enter or Ctrl+Enter to place text > Press Arrow Key or End to place cursor to the last position. Ctrl+Enter to reach new line after input text.

This plugin is ONLY working on Linux! On Windows or Mac you shouldn't have above issues to use this plugin.



성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.