I am writing a script where I need to know if a user has pressed ctrl+s or ctrl+p. How do I do this. Help would be appreciated. the problem is as soon as the user presses ctrl+s the page doesn't go to script, it directly gets saved.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Updated:DEMO
|
|||||||||||
|
|
You have to write a script that listens to and cancels the onkeydown event so the browser doesn't do the default behavior. Or maybe use a script like this? http://www.stepanreznikov.com/js-shortcuts/ |
|||
|