You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Prevents CTRL+P from being masked by a given accelerator defined in FXML (#553) (#593)
* fix: Prevents CTRL+P from being masked by a given accelerator defined in FXML. Hence allowing to show preview with CTRL+P.
* Added showPreview method to MenuBarController.
* Key code provided by event is now compared to KeyCode instance.
0 commit comments