Gustavo Alberto

Results 4 comments of Gustavo Alberto

Maybe we should try to implement a dynamically generated cheat sheet that get data based on the language and generates a pdf in a friendly printing format. I'm working on...

Yes. The idea would be to add the symbols for the Mac keyboard keys ![image](https://github.com/monsterbrain/keyboard-shortcut-image-generator/assets/83519205/ad47c7e9-1e24-4150-ad27-12aee142bdac) I created a fork and started implementing it ![image](https://github.com/monsterbrain/keyboard-shortcut-image-generator/assets/83519205/2a3cac8a-67ef-4973-a8b6-42122dbedf76)

I submitted a PR with the changes implemented

Make the image resizable could be done with some button to control the value of `scale` variable in `generate-img-btn` function ``` $('#generate-img-btn').click(function () { var e = document.getElementById("output-location"); var e_width...