- drag ○ button to move overlay
- ○ open/hide overlay
- CTRL + Z/Y to undo or redo any actions on the drawing canvas
- CTRL + V to paste image on drawing canvas
run
py actionOverlay.py
to test any code changes
run
pyinstaller --onefile --windowed --icon=app_icon.ico actionOverlay.py
to build any code changes towards the original .exe


