Add more granular Auto-Type confirmation settings (#12370)

This new setting gives users more control and safety:

* When Auto-Type is invoked globally (e.g., via a system-wide hotkey), the confirmation popup will always appear, letting the user confirm which credentials will be auto-typed.
* When Auto-Type is invoked from within KeePassXC's main window, the confirmation step can be skipped, since the user already can visually confirm which entry is being auto-typed.

This balances usability and security, reducing friction for intended actions while providing an extra safeguard for potentially ambiguous global Auto-Type triggers.

---------

Co-authored-by: Jonathan White <support@dmapps.us>
This commit is contained in:
Juzu-O
2025-08-10 05:36:51 +03:00
committed by GitHub
parent 93423eda30
commit 448165613d
7 changed files with 67 additions and 6 deletions

View File

@@ -573,6 +573,10 @@
<source>Font size selection</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Skip confirmation for main window Auto-Type actions</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ApplicationSettingsWidgetSecurity</name>