Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I write an IME in MacOSX?

I have a library which does transliteration between English & Indian languages.

I have created IMEs on Windows & Linux which uses this library. In Windows, I am using Text Services Framework and on Linux, it is done by creating a new engine to ibus. I'm wondering what would be the MacOSX way of doing an IME?

like image 746
Navaneeth K N Avatar asked Dec 07 '25 00:12

Navaneeth K N


1 Answers

I think you're looking for the InputMethodKit framework. There is a sample code available named NumberInput_IMKit_Sample.

like image 104
bdash Avatar answered Dec 08 '25 15:12

bdash