HumanInput
HumanInput copied to clipboard
Ctrl-w is not captured.
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.