index.md (551B)
1 Fix IME 2 ======= 3 4 This patch is now applied in st master e85b6b6 right after release 0.8.2. 5 6 Description 7 ----------- 8 Better Input Method Editor (IME) support. Features: 9 10 * Allow input methods swap with hotkey (E.g. left ctrl + left shift) 11 * Over-the-spot pre-editing style, pre-edit data placed over insertion point 12 * Restart IME without segmentation fault 13 14 TODO: 15 16 * Automatically pickup IME if st started before IME 17 18 Download 19 -------- 20 * [st-ime-20190202-3be4cf1.diff](st-ime-20190202-3be4cf1.diff) 21 22 Authors 23 ------- 24 * Ivan Tham - <pickfire@riseup.net>