use autotype as default name

This commit is contained in:
Rasmus Steinke 2015-07-17 03:47:54 +02:00
parent 878166a903
commit 2adcbefd25

View File

@ -16,7 +16,7 @@ foobarmysecurepassword
UserName: MyUser
URL: http://my.url.foo
```
* Auto Typing of more than one field. This expects a CustomOrder field in password file. (name of the field can be changed in config file - same for URL and Username)
* Auto Typing of more than one field. This expects a autotype field in password file. (name of the field can be changed in config file - same for URL and Username)
```
foobarmysecurepassword
---
@ -24,7 +24,7 @@ UserName: MyUser
SomeField: foobar
AnotherField: barfoo
URL: http://my.url.foo
CustomOrder: SomeField :tab UserName :tab AnotherField :tab password
autotype: SomeField :tab UserName :tab AnotherField :tab password
```
The `:tab` field has a special meaning. this will hit the tab key, obviously.