ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Input​Helper

Popup a text input window under Linux, which help user to insert text using IME like Ibus, SCIM...

Details

Installs

  • Total 13K
  • Win 77
  • Mac 399
  • Linux 12K
Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Installation

Install this repository via Package Control

Manual Install

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

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

Usage

  • FIRST, make sure you can use your Input Method normally (test it in some textinput field)
  • To insert text by using Input Method, use: Ctrl+Shift+Z
  • After input text, use: Ctrl+Enter or Enter to place text to last cursor position, or replace selected words on current context.
  • While text is selected after input, use Ctrl+Enter again to reach new line.
  • Usual key combination: Ctrl+Shift+Z -> Enter -> Ctrl+Enter (or End button to end of line)

Thanks

  • This plugin is based on ColorPicker for inspiration.