Skip to content

Commit 9ba7168

Browse files
Remove Tab candidate hightliting
1 parent a4ab017 commit 9ba7168

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

core/experience/daagorxp.lib.keybinder.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Rime key bindings for Daagor Integration
22
# encoding: utf-8
3-
# Ver: 1.25.237.0
3+
# Ver: 1.26.032.0
44
#
55

66
key_binder:
@@ -20,10 +20,6 @@ key_binder:
2020
- { when: composing, accept: Control+y, send: Page_Up }
2121
- { when: composing, accept: Alt+v, send: Page_Up }
2222
- { when: composing, accept: Control+v, send: Page_Down }
23-
# Move word by Tab
24-
- { when: composing, accept: ISO_Left_Tab, send: Shift+Left }
25-
- { when: composing, accept: Shift+Tab, send: Shift+Left }
26-
- { when: composing, accept: Tab, send: Shift+Right }
2723
# Numbered mode switch
2824
- { when: always, accept: Control+Shift+1, select: .next }
2925
- { when: always, accept: Control+Shift+2, toggle: ascii_mode }

0 commit comments

Comments
 (0)