brook hong

Results 121 comments of brook hong

> 2. dialog退出后后台是否仍然在运行这个索引? 不会,这个只跑一次,获得结果后就不会再跑的 如果有固定的重现步骤,能有助于定位问题。也可以尝试关闭引发问题的标签页,Surfingkeys会在某些情况下监听Dom Tree的变化事件,不确定会不会有些页面因为Dom不停变化,触发Surfingkeys的事件处理。

数字前缀不支持被映射,另外前面应该是`J`。

`Esc` is now propagated to next event handler due to #248.

![image](https://user-images.githubusercontent.com/288207/106359951-cfd04b00-6350-11eb-8601-76a3d155269b.png)

Can you see any error message from the inspect tool(Console)?

Surfingkeys can only handle javascript event, it won't suppress system-wide shortcuts.

Is this still a problem for you? Is there any popup from Surfingkeys when it happens?

The `type` should be `UserURLs`, and the `extra` parameter should be an array of objects like below { "title": "", "url": "" } for example, mapkey('ou', '#8Open AWS services', function()...