Skip to content

Commit

Permalink
顿号上屏
Browse files Browse the repository at this point in the history
  • Loading branch information
fkxxyz committed Aug 4, 2020
1 parent beb923a commit 3b8618f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/clover.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ switches:
engine:
processors:
- ascii_composer
- recognizer
- key_binder
- speller
- punctuator
Expand Down Expand Up @@ -106,7 +105,6 @@ speller:

translator:
dictionary: clover
candidate_sort_by: 1
preedit_format:
- xform/([nl])v/$1ü/
- xform/([nl])ue/$1üe/
Expand Down Expand Up @@ -137,6 +135,7 @@ punctuator:
"}": ""
"|": ""
"\\": ""
"/": ""
";": ""
"'": ""
",": ""
Expand Down Expand Up @@ -167,6 +166,7 @@ punctuator:
"}": ""
"|": ""
"\\": ""
"/": ""
";": ""
"'": ""
",": ""
Expand All @@ -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
Expand Down

0 comments on commit 3b8618f

Please sign in to comment.