Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkovacs/rime-double-jyutping
粤语双拼输入法 Input method for typing Chinese using Cantonese pronunciations with 2-3 keys per character, based on RIME
https://github.com/gkovacs/rime-double-jyutping
cantonese chinese double-pinyin input-method jyutping rime rime-schema shuangpin
Last synced: 4 days ago
JSON representation
粤语双拼输入法 Input method for typing Chinese using Cantonese pronunciations with 2-3 keys per character, based on RIME
- Host: GitHub
- URL: https://github.com/gkovacs/rime-double-jyutping
- Owner: gkovacs
- Created: 2020-03-01T20:30:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-21T08:15:15.000Z (about 1 year ago)
- Last Synced: 2024-11-08T02:14:49.575Z (about 2 months ago)
- Topics: cantonese, chinese, double-pinyin, input-method, jyutping, rime, rime-schema, shuangpin
- Language: Python
- Homepage:
- Size: 7.33 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rime-double-jyutping
## About
This is a layout for typing in a custom Shuangpin (双拼) layout for Cantonese (粤语). Tones can be entered as follows:
* Tone 1: `;`
* Tone 2: `/`
* Tone 3: `,`
* Tone 4: `x`
* Tone 5: `v`
* Tone 6: `.`## Installing
First ensure you have plum installed. For macOS this would be:
```bash
cd ~/Library/Rime
wget https://git.io/rime-install
```Then install `gkovacs/rime-double-jyutping` using plum:
```bash
bash rime-install gkovacs/rime-double-jyutping
```Finally edit `default.custom.yaml` and add `double_jyutping` to the schema list:
```bash
patch:
schema_list:
- schema: double_jyutping
```Now reload RIME and it should appear under your layouts.