From 613b3dee7c8d3a0f55b4ee1327b9d4b69c090852 Mon Sep 17 00:00:00 2001 From: Dvel Date: Thu, 13 Apr 2023 19:54:32 +0800 Subject: [PATCH] =?UTF-8?q?config:=20=E5=A2=9E=E5=8A=A0=20Option/Alt=20+?= =?UTF-8?q?=20=E2=86=90/=E2=86=92=20=E5=88=87=E6=8D=A2=E5=85=89=E6=A0=87?= =?UTF-8?q?=E8=87=B3=E4=B8=8B/=E4=B8=8A=E4=B8=80=E4=B8=AA=E6=8B=BC?= =?UTF-8?q?=E9=9F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 和 macOS 自带输入法一致 --- default.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/default.yaml b/default.yaml index 9891e6c..d70217c 100644 --- a/default.yaml +++ b/default.yaml @@ -169,13 +169,17 @@ key_binder: select_last_character: "grave" bindings: - # Tab/Shift+Tab 切换光标至下/上一个拼音 + # Tab / Shift+Tab 切换光标至下/上一个拼音 - { when: composing, accept: Shift+Tab, send: Shift+Left } - { when: composing, accept: Tab, send: Shift+Right } - # Tab/Shift+Tab 翻页 + # Tab / Shift+Tab 翻页 # - { when: has_menu, accept: Shift+Tab, send: Page_Up } # - { when: has_menu, accept: Tab, send: Page_Down } + # Option/Alt + ←/→ 切换光标至下/上一个拼音 + - { when: composing, accept: Alt+Left, send: Shift+Left } + - { when: composing, accept: Alt+Right, send: Shift+Right } + # 翻页 - = - { when: has_menu, accept: minus, send: Page_Up } - { when: has_menu, accept: equal, send: Page_Down } @@ -192,7 +196,7 @@ key_binder: # - { when: always, accept: Control+Shift+1, select: .next } # 在最近的两个方案之间切换 # - { when: always, accept: Control+Shift+2, toggle: ascii_mode } # 切换中英 - { when: always, accept: Control+Shift+3, toggle: ascii_punct } # 切换中英标点 - - { when: always, accept: "Control+Shift+4", toggle: traditionalization } # 切换简繁 + - { when: always, accept: Control+Shift+4, toggle: traditionalization } # 切换简繁 # - { when: always, accept: Control+Shift+5, toggle: full_shape } # 切换全半角 # emacs_editing: