keepass: add WebAutoType (and SourceForgeUpdateChecker)

This commit is contained in:
Alan Faubert 2022-04-15 21:02:29 -04:00
parent 9f715d3218
commit be269f7b84

View File

@ -1,5 +1,10 @@
# KeePass
## Plugins
- [SourceForgeUpdateChecker](https://sourceforge.net/projects/kpsfupdatechecker/)
- [WebAutoType](https://sourceforge.net/projects/webautotype/)
## Config
Manually merge the following into `KeePass.config.xml`:
@ -32,5 +37,11 @@ Manually merge the following into `KeePass.config.xml`:
<Integration>
<AutoTypeAlwaysShowSelDialog>true</AutoTypeAlwaysShowSelDialog>
</Integration>
<Custom>
<Item>
<Key>WebAutoType.AutoSkipUserName</Key>
<Value>true</Value>
</Item>
</Custom>
</Configuration>
```