We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a5819 commit b727ee1Copy full SHA for b727ee1
default.yaml
@@ -88,7 +88,6 @@ ascii_composer:
88
# half_shape: 标点符号全部直接上屏,和 macOS 自带输入法的区别是
89
# '|' 是半角的,
90
# '~' 是半角的,
91
-# '`'(反引号)没有改成 '·'(间隔号)。
92
punctuator:
93
digit_separators: ",.:" # 在此处指定的字符,在数字后被输入,若再次输入数字,则连同数字直接上屏;若双击,则恢复映射。 # librime >= 1.13.0
94
# digit_separator_action: commit # 关闭上述行为 librime >= 1.13.1
@@ -139,7 +138,7 @@ punctuator:
139
138
'"' : { pair: [ '“', '”' ] }
140
'\' : '、'
141
'|' : '|'
142
- '`' : '`'
+ '`' : '·'
143
'~' : '~'
144
'!' : '!'
145
'@' : '@'
0 commit comments