Implement Auto-Type {PICKCHARS}

* Closes #725

Support Auto-Type {PICKCHARS} placeholder. Open a dialog that lets you pick characters of an entry's password by their position. Supports typing {TAB} in between characters to move between fields (if necessary). Also supports using arrow keys to quickly navigate around the choice grid.
This commit is contained in:
Jonathan White 2021-02-13 22:08:29 -05:00
parent 027ff9f2bf
commit 813ab47e29
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
6 changed files with 335 additions and 0 deletions

View file

@ -47,6 +47,7 @@ image::autotype_entry_sequences.png[]
|{DELAY X} |Delay typing start by X milliseconds
|{CLEARFIELD} |Clear the input field before typing
|{TOTP} |Insert calculated TOTP value (if configured)
|{PICKCHARS} |Pick specific password characters from a dialog
|{<ACTION> X} |Repeat <ACTION> X times (e.g., {SPACE 5} inserts five spaces)
|===
+