sorry,
I just want to disable default behavior of some shortcuts
to give them another one.
for example I want to focus somewhere in my page when the user press ctrl-p, but i dont want the print screnn to display.
Hello,
I would like to disabel all keyboard events.
I'm working with win XP an Ie6.
I can disable nearly all events with this script :
document.onkeyup =function(){return false};
document.onkeypress=function(){return false};
document.onkeydown=function(){return false};
But events like F1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.