Skip to content
README 1.03 KiB
Newer Older
* COMMENT -*- mode: org -*-
#+Date: 2019-09-01
Time-stamp: <2019-11-05>
* zero-input
zero-input provides zero-input-pinyin, an Emacs pinyin input method for
Chinese and zero-input, which is an emacs Chinese input method framework.

* File list
- zero-input.el
  zero framework source code. This provides the framework and user interface
  for zero-input.
- zero-input-panel.el

  dbus client to zero-panel service.

- zero-input-pinyin-service.el

  dbus client to zero-pinyin-service.

- zero-input-pinyin.el
Yuanle Song's avatar
Yuanle Song committed
  Pinyin input method implemented using zero.el
- zero-input-quickdial.el

  proof of concept of how to create an input method in emacs using minor mode.

- zero-input-reload-all.el
  development utility.
- zero-input-table.el
  serves as an example of how to use zero framework to create new input
  methods.

* introduce to zero-input
https://blog.emacsos.com/zero-el.html

* License
zero-input is under Apache License 2.0
zero-input--ibus-compute-pixel-position function in zero-input-framework.el is
under GPLv3. see NOTICE file.