piskelapp / piskel

A simple web-based tool for Spriting and Pixel art.
http://piskelapp.com
Apache License 2.0
10.89k stars 763 forks source link

How to hook up a shortcut key to export/download ? #1100

Open gingerbeardman opened 1 year ago

gingerbeardman commented 1 year ago

I'm able to add a shortcut key binding, but my JS is not good enough to hook it to PngExportController's onDownloadClick_ or downloadCanvas_ functions.

My goal is easier exporting of the loaded PNG, as I do not use the Piskel format.

I have my own fork with other changes, but this one is beyond me. I can do it with a little help.

Any help, suggestions or alternative ways of thinking are appreciated!

Thanks