macOSのInputMethodKitについてさらっと調べた
公式情報
Appleのサンプルをベースにしたリポジトリ
- https://github.com/pkamb/NumberInput_IMKit_Sample
- https://github.com/ensan-hcl/macOS_IMKitSample_2021
日本語での情報
- InputMethodKit超入門 - Cocoa勉強会 #39 / 2010-02-11
- InputMethodKitで入力プログラムをつくろう - Cocoa勉強会 #34 / 2009-05-30
- 日本語入力の落とし穴 - BuriKaigi2018 / 2018-02-03
- Rustで エンジニアは絶対に使えない「TypoIME」を作ろう - traP LT 2022 / 2022-03-27
- 日本語入力を作るときに必要だった本 - 技術書典4 / 2018-04-22
シンプルな実装
Githubで「InputMethodKit」で検索しただけ。
- https://github.com/brettferdosi/goftam - transliterating input method for macOS
- https://github.com/lennylxx/google-input-tools-macos - Google Input Tools for macOS
- https://github.com/Jacky-He/EasyEmoteMacOS - MacOS Emoji Input Method 😃 using InputMethodKit