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.
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 thedocument
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.