• 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)
  • Plugin Author wp-buy

    (@wp-buy)

    This script and any other script does not work for pdf files
    Its just work for pages and pdf file is not a page, even if its open in a browser tab.. it still not page and there is no wordpress plugin can affect it at all

    Thread Starter zhassulan777

    (@zhassulan777)

    ty

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PDF copy’ is closed to new replies.