Closed braza2004 closed 4 months ago
In response to Issue #3607, I have bound Ctrl + 1 to the "Fit in View" option in the View menu by adding a elif condition in the keyPressEvent() function in main_window.py. This shall, hopefully, resolve the first part of issue #3607.
@grossmj can you please review this!
Thanks for your PR. I have just added the shortcut directly in the .ui file instead.
What I Did
In response to Issue #3607, I have bound Ctrl + 1 to the "Fit in View" option in the View menu by adding a elif condition in the keyPressEvent() function in main_window.py. This shall, hopefully, resolve the first part of issue #3607.