Open pengyuwei opened 2 years ago
"auto-correct.dictionary": [ { "languages": ["*"], "words": { ",": ",", "helloworld": "HelloWorld" }, "useLargeList": false }, ]
intput "helloworld", get "HelloWorld" , bug when input ",", did not get an English comma as expected
intput "helloworld", get "HelloWorld" , bug when input ",", did not get an English comma as expected