kufii / CodeSnap

📸 Take beautiful screenshots of your code in VS Code!
https://marketplace.visualstudio.com/items?itemName=adpyke.codesnap
541 stars 68 forks source link

Save screenshot on Ctrl + S #75

Open mohammedbelgoumri opened 3 years ago

mohammedbelgoumri commented 3 years ago

Is it possible to add a keyboard shortcut for saving a screenshot in the next version? I managed to get it to work by changing the onkeydown attribute on the document object, but I have to change it every time vscode updates or I reinstall it, which is not ideal. Thanks for the great extension by the way.

mohammedbelgoumri commented 3 years ago

After thinking about it, I went ahead and created a pull request with the proposed changes.