conf: 双拼默认不启用简拼 #508

This commit is contained in:
Dvel
2023-10-12 19:59:16 +08:00
parent b6655c82fb
commit 9155d0d04f
6 changed files with 6 additions and 7 deletions

View File

@@ -266,4 +266,4 @@ speller:
- xform/in$/Ⓝ/
- xform/ing$/;/
- xlit/ⓆⓌⓇⓉⓎⓊⒾⓄⓅⓈⒹⒻⒼⒽⓂⒿⒸⓀⓁⓏⓍⓋⒷⓃ/qwrtyuiopsdfghmjcklzxvbn/
- abbrev/^(.).+$/$1/ # 首字母简拼
# - abbrev/^(.).+$/$1/ # 首字母简拼,开启后会导致 3 个字母时 kj'x 变成 k'jx 的问题