Can " ctrl + N " combination functionality be overridden through javascript in firefox
Is it possible to override the shortcut ctrl+N functionality to do some action through javascript. Is it possible to do with exactly the two keys ctrl and N.
All Replies (2)
Ctrl keys are the same pressing both won't change the function.
Hi,
Would you please take a look at these :
https://stackoverflow.com/questions/15911785/overriding-shortcut-keys-in-firefox-and-chrome
And :
Also :
http://talkerscode.com/webtricks/enable-and-disable-keyboard-keys-using-javascript.php
Any good ?