Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkovacs/rime-colemak
Colemak layout for the RIME input engine
https://github.com/gkovacs/rime-colemak
Last synced: 4 days ago
JSON representation
Colemak layout for the RIME input engine
- Host: GitHub
- URL: https://github.com/gkovacs/rime-colemak
- Owner: gkovacs
- Created: 2021-06-13T22:48:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-13T22:49:05.000Z (over 3 years ago)
- Last Synced: 2024-11-08T02:14:58.140Z (about 2 months ago)
- Size: 1000 Bytes
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rime-colemak
## About
This implements the Colemak layout under Rime. The primary use case is to type plain text in Colemak, but be able to use QWERTY shortcuts.
## Installing
First ensure you have plum installed. For macOS this would be:
```bash
cd ~/Library/Rime
wget https://git.io/rime-install
```For Linux this would be:
```bash
cd ~/.config/fcitx/rime
wget https://git.io/rime-install
```Then install `gkovacs/rime-colemak` using plum:
```bash
bash rime-install gkovacs/rime-colemak
```Finally edit `default.custom.yaml` and add `colemak` to the schema list:
```bash
patch:
schema_list:
- schema: colemak
```If you wish to change the hotkey for changing keyboard layout or the layout that it switches to, create a file `colemak.custom.yaml` and add the following, substituting your desired shortcut:
```bash
patch:
key_binder:
import_preset: default
bindings:
- {accept: "Control+space", select: td_pinyin_flypy_extra, when: always}
```