Posted December 18, 2024 by seamuskills
A good portion of internal code was changed so that the following changes could be made:
* Buttons now allow the user to control the program without the use of ctrl, alt, or shift.
- this will make it easier for new people to learn the program. The hotkey equivalents are visible via tooltip, and the previous controls remain unchanged.
* There is less lag when resizing the window, and when opening the application.
- this is due to a change made to how the window resizing is handled. Mostly it was changed to the default way tkinter resizes widgets instead of me manually tracking window size updates.