Files
keepassxc/src/autotype
Anees Ahmed 1d0523ec21 Add option to Auto-Type just the username/password
Fixes #4444

Some websites these days do not present both the "username" and the "password"
input box on the same webpage (e.g. Google, Amazon). So no custom sequence is
possible to enter both the said attributes in one go.

So, two new context menu actions have been added:
1.  Perform Auto-Type of just the username
2.  Perform Auto-Type of just the password

These context menu actions are analogous to "Copy username" and "Copy
password", except it avoids sending all characters via clipboard.

* Create a sub-menu in the Context Menu of Entry.
* The sub-menu offers the following sequences:
    - {USERNAME}
    - {USERNAME}{ENTER}
    - {PASSWORD}
    - {PASSWORD}{ENTER}
2020-07-21 18:22:47 -04:00
..
2018-10-19 22:16:44 +02:00
2019-05-19 18:21:34 -04:00
2019-05-19 18:21:34 -04:00
2020-05-02 22:30:27 +02:00
2018-03-31 16:01:30 -04:00
2019-03-24 09:32:45 -04:00
2015-09-12 13:55:50 +02:00
2018-11-28 18:29:15 -05:00
2018-11-28 18:29:15 -05:00
2015-09-12 13:55:50 +02:00