vscode-pdfviewer icon indicating copy to clipboard operation
vscode-pdfviewer copied to clipboard

this extension overrides ctrl+shift+p

Open Spongman opened this issue 5 years ago • 2 comments

in vscode this should bring up the command palette, but when viewing a PDF it does some print thing. this is bad.

Spongman avatar Nov 25 '20 21:11 Spongman

HI! For now, the temporary solution is to comment or delete Listener in lib/web/viewer.js

window.addEventListener("keydown", function (event) (for my case it is lines 13145-13156)

But if the developer decide to update the extension, you should do this things again.

7bnx avatar Nov 30 '20 07:11 7bnx

Duplicate of #80

bersbersbers avatar Dec 04 '20 13:12 bersbersbers