Skip to content

Commit b727ee1

Browse files
authored
conf: 将 ` 映射到 · (#1452)
1 parent 86a5819 commit b727ee1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

default.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ ascii_composer:
8888
# half_shape: 标点符号全部直接上屏,和 macOS 自带输入法的区别是
8989
# '|' 是半角的,
9090
# '~' 是半角的,
91-
# '`'(反引号)没有改成 '·'(间隔号)。
9291
punctuator:
9392
digit_separators: ",.:" # 在此处指定的字符,在数字后被输入,若再次输入数字,则连同数字直接上屏;若双击,则恢复映射。 # librime >= 1.13.0
9493
# digit_separator_action: commit # 关闭上述行为 librime >= 1.13.1
@@ -139,7 +138,7 @@ punctuator:
139138
'"' : { pair: [ '“', '”' ] }
140139
'\' : '、'
141140
'|' : '|'
142-
'`' : '`'
141+
'`' : '·'
143142
'~' : '~'
144143
'!' : '!'
145144
'@' : '@'

0 commit comments

Comments
 (0)