-
-
Save lotem/2316704 to your computer and use it in GitHub Desktop.
在 Rime 中加入"["和"]"翻页按键绑定(以【明月拼音】为例)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# luna_pinyin.custom.yaml | |
# save it to: | |
# ~/.config/ibus/rime (linux) | |
# ~/Library/Rime (macos) | |
# %APPDATA%\Rime (windows) | |
patch: | |
"key_binder/bindings": | |
- { when: paging, accept: bracketleft, send: Page_Up } | |
- { when: has_menu, accept: bracketright, send: Page_Down } |
终于弄好了,原来只要修改default.yaml文件即可,文件里有默认修改项,打开一看一目了然哦。
终于弄好了,原来只要修改default.yaml文件即可,文件里有默认修改项,打开一看一目了然哦。
不是,你得給 key_binder/bindings:
那段寫在 patch:
下一層。
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我是小狼毫0.16.3.0版本+最新版雾凇输入法,系统是Windows11,修改default.custom.yaml 中内容后,并没有实现用中括号翻页,是不是我操作有误?请看代码: