From 3b8618fa9a44c537fc4170bc0aa3b0ef1d159a8d Mon Sep 17 00:00:00 2001 From: fkxxyz Date: Tue, 4 Aug 2020 22:58:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=BF=E5=8F=B7=E4=B8=8A=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/clover.schema.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/clover.schema.yaml b/src/clover.schema.yaml index 6d17d0e..d48d0ad 100644 --- a/src/clover.schema.yaml +++ b/src/clover.schema.yaml @@ -40,7 +40,6 @@ switches: engine: processors: - ascii_composer - - recognizer - key_binder - speller - punctuator @@ -106,7 +105,6 @@ speller: translator: dictionary: clover - candidate_sort_by: 1 preedit_format: - xform/([nl])v/$1ü/ - xform/([nl])ue/$1üe/ @@ -137,6 +135,7 @@ punctuator: "}": "}" "|": "|" "\\": "、" + "/": "、" ";": ";" "'": "‘" ",": "," @@ -167,6 +166,7 @@ punctuator: "}": "}" "|": "|" "\\": "、" + "/": "、" ";": ";" "'": "’" ",": "," @@ -188,14 +188,6 @@ key_binder: - clover.key_bindings:/windows_compatible_mode_switch # Windows 兼容 - clover.key_bindings:/kp_enter_is_return # 小键盘回车设为普通回车 -recognizer: - import_preset: default - patterns: - # hack: to enable "/fh" style symbols, '/' must be mapped to a [list]. - # so those who have customized '/' for direct commit won't be affected by - # this change. - punct: "^/([0-9]+[a-z]*|[a-z]+)$" - ascii_composer: import_preset: default good_old_caps_lock: true