HumanInput icon indicating copy to clipboard operation
HumanInput copied to clipboard

Ctrl-w is not captured.

Open Easy-Cloud-in opened this issue 3 years ago • 0 comments

In the chrome browser, ctrl-w is not working.

HI.on(["ctrl-s", "ctrl-a", "ctrl-w"], function (e) { return false; });

Only ctrl-s and ctrl-a is working but ctrl-w is not working.

let me know how to handle ctrl-w.

Easy-Cloud-in avatar Jun 28 '21 12:06 Easy-Cloud-in