Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post a link to your Input Method Kit project here #1

Open
pkamb opened this issue Nov 15, 2016 · 17 comments
Open

Post a link to your Input Method Kit project here #1

pkamb opened this issue Nov 15, 2016 · 17 comments

Comments

@pkamb
Copy link
Owner

pkamb commented Nov 15, 2016

It would be interesting to see the various projects that people are making with Input Method Kit.

If you come across this repo and sample code, post a link to your IMKit project in this GitHub issue! 😃

@dongyuwei
Copy link

https://github.com/dongyuwei/hallelujahIM

@pkamb
Copy link
Owner Author

pkamb commented Mar 28, 2018

'He' is Chinese word 和's PinYin(Sound), it means 'and' or 'with'.

'HeInput'('和码' in Chinese) is a name of famous Chinese input mathod.

OpenHeInput-MacOS is open source HeInput project for Mac OS X.

https://github.com/HeChinese/OpenHeInput-MacOS

@pkamb
Copy link
Owner Author

pkamb commented Jul 28, 2018

This is a sample program that shows a usage of IMKCandidates' attachChild and related methods.

It is meant to be used as a starting point for input methods with more than a single window.

https://github.com/dougalg/SubCandidates

@pkamb
Copy link
Owner Author

pkamb commented Jul 28, 2018

XIME Input Method Editor - Yet another Rime Frontend for Mac OS X

https://github.com/stackia/XIME
https://github.com/rime/librime

@pkamb
Copy link
Owner Author

pkamb commented Jul 28, 2018

Google Mozc - a Japanese Input Method Editor designed for multi-platform

https://github.com/google/mozc/tree/master/src/mac

@dongyuwei
Copy link

@pkamb the IMKCandidates' attachChild and showChild methods are awesome, but they are broken since macOS Sierra v10.12. So I have to implement a custom window to show extra information.

@pkamb
Copy link
Owner Author

pkamb commented Jul 30, 2018

@dongyuwei That's unfortunate. Have you opened a radar? If you post yours, I will duplicate it and also forward along to an Apple Engineer in IMKit.

You can also link it in the Radar issue in this repo: #2

@dongyuwei
Copy link

Not yet.

@pkamb
Copy link
Owner Author

pkamb commented Aug 3, 2018

This set of apps allows you to type Latin characters in OSX and have them transliterate in real time into Cyrillic characters. This includes multi-character transliterations like 'sh'/'ш'.

OSX has native input method support, typically for complicated character input like Chinese or Hebrew. The advantage of this method is that the transliterated keyboard shows up with all your other keyboards in your menu bar and behaves as expected with all text fields. To install, copy the input method app into your ~/Library/Input Methods directory and select the "Cyrillic Transliterator" keyboard from the Russian section.

https://github.com/archagon/cyrillic-transliterator

@youknowone
Copy link

youknowone commented May 20, 2019

Gureum is most popular 3rd party Korean input method https://github.com/Gureum/Gureum

A toy project to pass commited sentences to system TTS: https://github.com/youknowone/parrotim

@brettferdosi
Copy link

Hi all, thanks for compiling this list. It was helpful while I was working on my transliterating input method: https://github.com/brettferdosi/goftam.

I observed a bug with the candidates window on Catalina where hitting the number key associated with a candidate didn't have any effect. I discovered a workaround, which was to set the IMKCandidatesSendServerKeyEventFirst candidates window attribute and to send events to the window from IMKInputController:handle() using the private handleKeyboardEvent method: candidatesWindow.perform(Selector(("handleKeyboardEvent:")), with: event). This seems to work properly in my input method on Catalina. Just wanted to post here in case others have run into the same issue.

@pkamb
Copy link
Owner Author

pkamb commented May 24, 2020

@brettferdosi cool project! Please log a radar if you haven't already. We have some other bugs here: #2

@dongyuwei
Copy link

@brettferdosi The candidates window was broken since 10.13.x(Mojave ), my workaround is to call candidates window's moveDown and moveUp methods manually, and implement the numeric selection logic manually. See https://github.com/dongyuwei/hallelujahIM/blob/master/src/InputController.mm#L105

@ShikiSuen
Copy link

vChewing IME. A bopomofo-based input method using both native Simplified Chinese data and native Traditional Chinese data. No Simp<-->Trad conversion on commit. (Conversion always has inaccuracy.)
https://github.com/vChewing/vChewing-macOS

@ShikiSuen
Copy link

Hey, comrades. Have any of you tried keeping the candidate window above NSMenu and Spotlight?

I tried the following:

IMKCandidates.perform(Selector(("setWindowLevel:")), with: client.windowLevel() + 1000)

However, as soon as the input method gets terminated and rebooted, the candidate window starts keeping itself beneath all other Windows visible in the desktop.

@youknowone
Copy link

Hi, by watching this thread for years, I think we InputMethodKit users need a slow, slack, but working community.
@ShikiSuen launched InputMethodKit subreddit a few minutes ago. Please visit here.

https://www.reddit.com/r/InputMethodKit/

@y1lichen
Copy link

y1lichen commented Sep 2, 2023

https://github.com/y1lichen/ilimi-inputmethod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants