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