Skip to content

window: Restore keyboard shortcut to quit

Jean Felder requested to merge wip/jfelder/quit-app-shortcut into master

This is a follow-up of commit 9aa739a9 With the removal of the application menu, it is no more possible to quit the application via Ctrl + q shortcut. The associated action has been removed.

Restore this shortcut by adding it to the window key-press-event.

Merge request reports