-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable escape key to cancel Quick Unlock #7892
Comments
Does pressing TAB then Enter (maybe space) not work for you? |
It is usually expected that Esc triggers the Cancel button in dialogs. |
Hum, that work but not intuitive. @michaelk83 +1 |
Possibly related: in my opinion it shouldn't even show the option to unlock with TouchID if the laptop lid is closed. |
@koichirose yes but don't know if possible to check it |
Not specifically about touchid but I think it would be nice if the lock screen gives option between quick unlock and password unlock, and keeping the quick unlock option even after unlocking using password. In my use case it's for when I access keepassxc through remote desktop (windows) I need to use password unlock but when I'm back at my desktop I'd like to be able to use quick unlock without having to reenter the password again. |
* Fix #7892 - Pressing escape when the quick unlock prompt is shown will now go back to the main unlock dialog view. * Fix #9030 - Quick unlock will be automatically invoked in the unlock dialog upon being shown. * Fix #9554 - Quick unlock application setting will be updated every time the settings widget is shown instead of just on first launch.
* Fix #7892 - Pressing escape when the quick unlock prompt is shown will now go back to the main unlock dialog view. * Fix #9030 - Quick unlock will be automatically invoked in the unlock dialog upon being shown. * Fix #9554 - Quick unlock application setting will be updated every time the settings widget is shown instead of just on first launch. * Show warning that quick unlock is not enabled if user cancels Windows Hello prompt. This should limit people thinking there is a security issue. * Disable quick unlock in gui tests
* Fix #7892 - Pressing escape when the quick unlock prompt is shown will now go back to the main unlock dialog view. * Fix #9030 - Quick unlock will be automatically invoked in the unlock dialog upon being shown. * Fix #9554 - Quick unlock application setting will be updated every time the settings widget is shown instead of just on first launch. * Show warning that quick unlock is not enabled if user cancels Windows Hello prompt. This should limit people thinking there is a security issue. Also improve documentation describing this behavior. * Disable quick unlock in gui tests
* Fix #7892 - Pressing escape when the quick unlock prompt is shown will now go back to the main unlock dialog view. * Fix #9030 - Quick unlock will be automatically invoked in the unlock dialog upon being shown. * Fix #9554 - Quick unlock application setting will be updated every time the settings widget is shown instead of just on first launch. * Show warning that quick unlock is not enabled if user cancels Windows Hello prompt. This should limit people thinking there is a security issue. Also improve documentation describing this behavior. * Disable quick unlock in gui tests
That is tracked on a separate issue. Thank you |
Sorry, you are right. For reference: #8105 |
* Fix #7892 - Pressing escape when the quick unlock prompt is shown will now go back to the main unlock dialog view. * Fix #9030 - Quick unlock will be automatically invoked in the unlock dialog upon being shown. * Fix #9554 - Quick unlock application setting will be updated every time the settings widget is shown instead of just on first launch. * Show warning that quick unlock is not enabled if user cancels Windows Hello prompt. This should limit people thinking there is a security issue. Also improve documentation describing this behavior. * Disable quick unlock in gui tests
* Fix #7892 - Pressing escape when the quick unlock prompt is shown will now go back to the main unlock dialog view. * Fix #9030 - Quick unlock will be automatically invoked in the unlock dialog upon being shown. * Fix #9554 - Quick unlock application setting will be updated every time the settings widget is shown instead of just on first launch. * Show warning that quick unlock is not enabled if user cancels Windows Hello prompt. This should limit people thinking there is a security issue. Also improve documentation describing this behavior. * Disable quick unlock in gui tests
* Fix keepassxreboot#7892 - Pressing escape when the quick unlock prompt is shown will now go back to the main unlock dialog view. * Fix keepassxreboot#9030 - Quick unlock will be automatically invoked in the unlock dialog upon being shown. * Fix keepassxreboot#9554 - Quick unlock application setting will be updated every time the settings widget is shown instead of just on first launch. * Show warning that quick unlock is not enabled if user cancels Windows Hello prompt. This should limit people thinking there is a security issue. Also improve documentation describing this behavior. * Disable quick unlock in gui tests
Summary
Hi,
Problem
In Quick Unlock database and Unlock Database if TouchId is enabled we have to click with mouse on "Cancel" button to get password input text if TouchId is inaccessible for any reason.
Example
If I use my laptop open all good I have access to TouchId and unlock faster than enter password.
But, if I use my mac/laptop with external keyboard and screen I didn't have access to TouchId, cause I close my laptop.
So I have to left my keyboard to take the mouse and go click on cancel, and go back to keyboard to enter my password.
Some proposals
The text was updated successfully, but these errors were encountered: