[gopass] Standardize autofill variables

Some variables were called autoentry, some autofill, some did not carry
any signifier. Unified this to use autofill in their variable name.
This commit is contained in:
Marty Oehme 2020-05-16 09:39:11 +02:00
parent 5733f928fa
commit 76b5335661
No known key found for this signature in database
GPG key ID: 0CCB0526EFB9611A
2 changed files with 10 additions and 10 deletions

View file

@ -39,15 +39,15 @@ To use environment variables to configure any of these options or keys, prefix t
Additional configuration options:
* `BACKEND`
* `AUTOFILL_BACKEND`
:sets the auto-filling tool used, only tested with `xdotool` currently.
* `AUTOENTRY_CHAIN`
* `AUTOFILL_CHAIN`
:sets the chain of keys that should be sent to auto-fill an entry. Can use the following special fields: `:tab`, `:space`, `:return`, `username`, `password`.
The default chain is `username :tab password`, which will enter the username, simulate the tab-key to switch from the username to the password field, and enter the password. This can be changed to suit your needs. To, for example, log in fully automatically at the end of the sequence, change it to `username :tab password :return`, and there will be no further user input for the login required.
* `AUTOENTRY_DELAY`
* `AUTOFILL_DELAY`
:sets the time for xdotool to wait in-between simulated actions, if some letters appear missing or the fields are not switched between quickly enough, it can usually be fixed by increasing this delay (though typing will also take longer)
* `GOPASS_USERNAME_FIELD`