-
-
Save idy/e9cdbbed9bf94318085b to your computer and use it in GitHub Desktop.
在 Rime 中加入"["和"]"翻页按键绑定(以【明月拼音】为例)
This file contains 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