I added a simple mirror button to address the feature as requested in #17.
I wasn't able to fix all the mirrored labels yet. Do you make the overlay images by hand in the .ai file? Some possible options:
Make a second .ai file for the left sides. Unfortunately this would lead to a lot of redundancy for all the symmetric keyboards.
Seperate the labels/scale from the images and combine them later via R. Unfortunately this would only be easy for the symmetric keyboards. The unsymmetric ones would still need two images.
I'll have to think about this some more, but for now a simple mirror as implemented in this commit could be enough.
I'm happy to make further changes if you'd already thought of another way to solve this issue.
Hi,
I added a simple mirror button to address the feature as requested in #17.
I wasn't able to fix all the mirrored labels yet. Do you make the overlay images by hand in the .ai file? Some possible options:
I'll have to think about this some more, but for now a simple mirror as implemented in this commit could be enough.
I'm happy to make further changes if you'd already thought of another way to solve this issue.