Nimf 输入工具

Nimf 是一款专为类 Unix 操作系统设计的轻量级高效输入法编辑器 (IME)。它旨在提供快速且资源友好的打字体验,即使在老旧硬件或虚拟化环境中也能流畅运行。
Read more ...Common input method
Cim stands for Common input method.
Input methods in Linux and BSD are fragmented.There are many input methods in Linux and BSD, such as XIM, Gtk-IM, Qt-IM, and Wayland-IM.
Cim is software that integrates these input methods.
Already, the Gtk input method and the Qt input method are plugin methods, and it has already been proven that there is no problem for decades when these plugin methods are used for input.
However, since the Gtk input method and Qt input method depend on Gtk and Qt, respectively, X-only, Java, Wayland-only, and console-only applications cannot use such Gtk and Qt input methods.
So I designed a common input method with C API by removing the dependency on Gtk from the Gtk input method.
Cim is made with C API and has no dependencies, so it can be used in various computer languages and applications.
Read more ...