document.onkeydown = function(e) { if(event.keyCode == 123) { console.log('You cannot inspect Element'); return false; } if(e.ctrlKey && e.shiftKey && e.keyCode == 'I'.charCodeAt(0)) { console.log('You cannot inspect Element'); return false; } if(e.ctrlKey && e.shiftKey &&...
By the way they get this keydown event: [ctrl:true][alt:true][keyCode:69] and there is no input element in focus. gg). Even notepad++ can handle this on all of the systems I tested it. I fully agree with @thany (#70471 (comment)) on that issue. Thanks for your attention. ...