diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |