-
-
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 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这里面的只是说明,还是需要把它里面提供的相应的语句 copy 到 default.custom.yaml 里面,并且删除掉注释符号“#”使其生效的。
这一段语句就是我在default.yaml里面找到的对应于“,.”的,亲测正确有效: