|
|
|
@ -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>
|
|
|
|
|
```
|
|
|
|
|