Is it possible to trap "command+shift+w" in mousetrap? Cause I try to do
Mousetrap. bindGlobal('command+shift+w', (e) => {
//some actions
});
and my browser(Chrome) window is getting closed. Could I prevent browser from closing on this shortcuts in some way only for specified page of my app?