Closed
Description
在配置文件里看到有相关配置,但是不知道为什么没有生效,有哪位遇到过这个情况吗?
key_binder/bindings: # 设置哪些键可以翻页,需要哪个取消注释即可
# - { when: composing, accept: Tab, send: Page_Up } # Tab 翻页
- { when: composing, accept: Tab, send: Right } # Tab 移动光标向右
- { when: composing, accept: Shift+Tab, send: Page_Up }
- { when: paging, accept: minus, send: Page_Up }
- { when: has_menu, accept: equal, send: Page_Down }
- { when: paging, accept: bracketleft, send: Page_Up }
- { when: has_menu, accept: bracketright, send: Page_Down }
Metadata
Assignees
Labels
No labels