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
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:
YoshiMan
changed the title
Feature: CTRL/CMD + Q closes the mainwindo
Feature: CTRL/CMD + Q closes the mainwindow
Dec 14, 2016
YoshiMan
pushed a commit
to YoshiMan/QtPass
that referenced
this issue
Dec 14, 2016
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: