Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkovacs/rime-double-jyutping-display
粤语双拼输入法 Input method for typing Chinese using Cantonese pronunciations with 2-3 keys per character, based on RIME
https://github.com/gkovacs/rime-double-jyutping-display
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-display
- Owner: gkovacs
- Created: 2020-03-02T03:40:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T22:47:28.000Z (over 1 year ago)
- Last Synced: 2024-11-08T02:14:55.193Z (about 2 months ago)
- Topics: cantonese, chinese, double-pinyin, input-method, jyutping, rime, rime-schema, shuangpin
- 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-display
## About
This is a layout for typing in a custom Shuangpin (双拼) layout for Cantonese (粤语). It will display Mandarin pronunciations as you type Cantonese words. 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 dependencies and `gkovacs/rime-double-jyutping-display` using plum:
```bash
bash rime-install gkovacs/rime-double-jyutping gkovacs/rime-td-pinyin-flypy gkovacs/rime-double-jyutping-display
```Finally edit `default.custom.yaml` and add `double_jyutping` to the schema list:
```bash
patch:
schema_list:
- schema: double_jyutping_display
```Now reload RIME and it should appear under your layouts.