Skip to content

Instantly share code, notes, and snippets.

@lotem
Last active December 18, 2021 03:14
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lotem/2390510 to your computer and use it in GitHub Desktop.
Save lotem/2390510 to your computer and use it in GitHub Desktop.
Rime設定:以回車清除編碼串,分號、單引號鍵選擇2、3候選(以【倉頡五代】为例)
# cangjie5.custom.yaml
# save it to:
# ~/.config/ibus/rime (linux)
# ~/Library/Rime (macos)
# %APPDATA%\Rime (windows)
patch:
"key_binder/bindings":
- { when: composing, accept: Return, send: Escape }
- { when: has_menu, accept: semicolon, send: 2 }
- { when: has_menu, accept: apostrophe, send: 3 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment