PDF copy
-
Good afternoon! How to disable ctrl + s for pdf. The plugin works well but the ctrl + s works when the pdf file opens.
tried to do
if(e.ctrlKey && e.keyCode == ‘S’.charCodeAt(0)){
return false;
}
if(e.ctrlKey && e.shiftKey && e.keyCode == ‘S’.charCodeAt(0)){
return false;
}The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PDF copy’ is closed to new replies.