Skip to content

Instantly share code, notes, and snippets.

@shipengtaov
Forked from lotem/luna_pinyin.custom.yaml
Created August 11, 2022 06:59
Show Gist options
  • Save shipengtaov/49426bddc90056501e49e1a691934217 to your computer and use it in GitHub Desktop.
Save shipengtaov/49426bddc90056501e49e1a691934217 to your computer and use it in GitHub Desktop.
在 Rime 中加入"["和"]"翻页按键绑定(以【明月拼音】为例)
# 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