From 6f7b93552fcc340cb2874a3ff6235a49727ef3a9 Mon Sep 17 00:00:00 2001 From: hegotit <153287866+hegotit@users.noreply.github.com> Date: Thu, 16 May 2024 09:15:18 +0800 Subject: [PATCH] =?UTF-8?q?conf:=20=E6=8C=89=E9=94=AE=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E6=98=A0=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/default.yaml b/default.yaml index f3d6f7371..324c172e7 100644 --- a/default.yaml +++ b/default.yaml @@ -65,7 +65,7 @@ ascii_composer: switch_key: Caps_Lock: clear # commit_code | commit_text | clear Shift_L: commit_code # commit_code | commit_text | inline_ascii | clear | noop - Shift_R: noop # commit_code | commit_text | inline_ascii | clear | noop + Shift_R: commit_code # commit_code | commit_text | inline_ascii | clear | noop Control_L: noop # commit_code | commit_text | inline_ascii | clear | noop Control_R: noop # commit_code | commit_text | inline_ascii | clear | noop @@ -122,8 +122,8 @@ punctuator: half_shape: ',' : ',' '.' : '。' - '<' : '《' - '>' : '》' + '<' : '<' + '>' : '>' '/' : '/' '?' : '?' ';' : ';' @@ -145,13 +145,13 @@ punctuator: '(' : '(' ')' : ')' '-' : '-' - '_' : —— + '_' : '_' '+' : '+' '=' : '=' - '[' : '【' - ']' : '】' - '{' : '「' - '}' : '」' + '[' : '[' + ']' : ']' + '{' : '{' + '}' : '}' # 处理符合特定规则的输入码,如网址、反查