mrair

Results 23 comments of mrair

> > 应该是和[#2278](https://github.com/brookhong/Surfingkeys/pull/2278) 这个相关 > > 你试着在你的配置文件里加上 > > ``` > > api.iunmap(""); > > ``` > > ``` > api.iunmap(""); > ``` > > 小写c竟然不管用, 但是打开advance 模式后给的示例默认就是小写c, 找到这里才知道要大写 It...

I fixed it by custom setting as follows. One `` for select all. Double `` for going to the start of line. ``` function getRealEdit(event) { var rt = event...