Feature: CTRL/CMD + Q closes the mainwindow #258
Closed
Comments
YoshiMan
pushed a commit
to YoshiMan/QtPass
that referenced
this issue
Dec 14, 2016
enabled shortcut extra treatment for mc os
annejan
added a commit
that referenced
this issue
Dec 14, 2016
…the- Feature: CTRL/CMD + Q closes the mainwindow #258
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a user of QtPass
i want to quit the application with a keyboard shortcut,
so that i dont have to use the mouse on move it all round the screen
and save a little bit time ;).
You already can close dialogs with ESC.
Given the mainwindow is focused
When CTRL/CMD+Q is pressed
Then the QtPass application closes.
Given any dialog is focused
When CTRL/CMD+Q is pressed
Then nothing happens.
The text was updated successfully, but these errors were encountered: