-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Auto-Type key modifiers not implemented #2603
Copy link
Copy link
Description
Expected Behavior
The string %d in the Autocomplete field should send Alt-D to the application.
Current Behavior
The string %d in the Autocomplete field is sending d to the application.
Steps to Reproduce
- Replace the Autocomplete field for a website with
%d. - Invoke autocompletion.
- I expect the URL field to be focused, but instead a literal
dwas sent to the page.
Context
Using Firefox 64.0 on Ubuntu Linux 18.10 with KDE 5 and KeepassXC 2.3.1 with no extensions.
Reactions are currently unavailable