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.
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.