mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-17 17:34:50 -05:00
Configurable global autotype start delay
This commit is contained in:
parent
48295efe0d
commit
9ed2a74421
13 changed files with 47 additions and 35 deletions
|
|
@ -135,6 +135,7 @@ void Config::init(const QString& fileName)
|
|||
m_defaults.insert("AutoTypeEntryTitleMatch", true);
|
||||
m_defaults.insert("AutoTypeEntryURLMatch", true);
|
||||
m_defaults.insert("AutoTypeDelay", 25);
|
||||
m_defaults.insert("AutoTypeStartDelay", 500);
|
||||
m_defaults.insert("UseGroupIconOnEntryCreation", true);
|
||||
m_defaults.insert("IgnoreGroupExpansion", true);
|
||||
m_defaults.insert("security/clearclipboard", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue