From f3c2d24aa678b63b304105f55ca3769e47deb0b8 Mon Sep 17 00:00:00 2001 From: Dvel Date: Tue, 9 May 2023 21:01:28 +0800 Subject: [PATCH] =?UTF-8?q?config:=20=E4=BB=A5=E8=AF=8D=E5=AE=9A=E5=AD=97?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=8C=89=E9=94=AE=E4=B8=BA=E5=B7=A6=E5=8F=B3?= =?UTF-8?q?=E4=B8=AD=E6=8B=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/default.yaml b/default.yaml index 13624ce..820dd61 100644 --- a/default.yaml +++ b/default.yaml @@ -6,7 +6,7 @@ # 要比共享目录的同名文件的 config_version 大才可以生效 -config_version: '2023-04-11' +config_version: '2023-05-09' # 方案列表 @@ -165,9 +165,9 @@ recognizer: # 快捷键 key_binder: - # Lua 配置: 以词定字(上屏当前词句的第一个或最后一个字) - select_first_character: - select_last_character: "grave" + # Lua 配置: 以词定字(上屏当前词句的第一个或最后一个字),和中括号翻页有冲突 + select_first_character: "bracketleft" # 左中括号 [ + select_last_character: "bracketright" # 右中括号 ] # Lua 配置: 词条隐藏、降频 # turn_down_cand: "Control+j" # 匹配当前输入码后隐藏指定的候选字词 或候选词条放到第四候选位置 # drop_cand: "Control+d" # 强制删词, 无视输入的编码