module(fcitx5): Modify some key bindings
This commit is contained in:
parent
b677b3366e
commit
ee4fe74676
2 changed files with 32 additions and 32 deletions
|
|
@ -21,14 +21,6 @@ patch:
|
|||
"ascii_composer/switch_key/Control_L": noop
|
||||
"ascii_composer/switch_key/Control_R": noop
|
||||
"key_binder/bindings":
|
||||
# Tab / Shift+Tab 切换光标至下/上一个拼音
|
||||
- { when: composing, accept: Shift+Tab, send: Shift+Left }
|
||||
- { when: composing, accept: Tab, send: Shift+Right }
|
||||
|
||||
# Option/Alt + ←/→ 切换光标至下/上一个拼音
|
||||
- { when: composing, accept: Shift+Tab, send: Shift+Left }
|
||||
- { when: composing, accept: Tab, send: Shift+Right }
|
||||
|
||||
# 翻页 , .
|
||||
- { when: paging, accept: comma, send: Page_Up }
|
||||
- { when: has_menu, accept: period, send: Page_Down }
|
||||
|
|
@ -86,5 +78,3 @@ patch:
|
|||
- { accept: KP_Add, send: plus, when: composing }
|
||||
- { accept: KP_Subtract, send: minus, when: composing }
|
||||
- { accept: KP_Divide, send: slash, when: composing }
|
||||
|
||||
- { accept: Control+space, toggle: ascii_mode, when: always }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue