Windows application manifests must be well-formed XML files, beginning with XML declaration.
2 files changed
tree: fbec804bf24a93ce8f68c57932a6144be5df49b2
  1. chrome/
  2. client/
  3. cloud/
  4. LICENSE
  5. README.md
README.md

google-input-tools

This repo contains various of input tools.

Under “chrome/os”, it is open source'd input tools for Chromium OS. Currently there are following input tools:

  • Chinese input methods, the decoding engines are written in pure Javascript.
    • Simplified Chinese Pinyin input method.
    • Traditional Chinese Zhuyin input method.
    • Traditional Chinese Cangjie input method.
  • M17n keyboards.
  • Korean libhangul-based input methods.

Under “client”, it is open source'd Chinese Pinyin IME for Windows.

Under “cloud”, it is JS-based input tools. Currently there are only M17n keyboards which don't require a cloud service for suggestion decoding.