Replies: 2 comments 1 reply
-
|
我把issue提到 |
Beta Was this translation helpful? Give feedback.
0 replies
-
recognizer:
patterns:
# ...
# 增加下面这行
underscore: "^[A-Za-z]+_.*" |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lotem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在输入内容的时候经常会输入带下划线的英文词,比如各类变量名,用搜狗输入法会很习惯直接输入比如
cats_num,然后就能正常输出了,而Rime在输入_的时候会自动先选择字符上屏,想咨询下有没有类似搜狗的解决方法默认配置下RIME会将_转换为破折号,但即使我关闭这个转换,结果仍然是有问题的
_a_b_a_b_a_b(关闭符号转换)Beta Was this translation helpful? Give feedback.
All reactions