Yubico / yubioath-flutter

Yubico Authenticator for Desktop (Windows, macOS and Linux) and Android
https://developers.yubico.com/yubioath-flutter/
Apache License 2.0
1.03k stars 139 forks source link

Allow search without mouse interaction #1666

Open dmarinuswoodwing opened 3 months ago

dmarinuswoodwing commented 3 months ago

When Yubico Authenticator starts no element is selected, typing some keys doesn't give any result.

It currently requires 4 tab presses to put focus on the "Search account" input field.

It would be really nice if the "Search accounts" field is automatically selected/focussed on start or if you type in some keys without any selected element that those keys are put into the "Search accounts" field.

Maybe the tab order can be changed so that "Search account" is the first hit?

braathen commented 3 months ago

Thank you for the input, and I agree with you that this would be really nice. We actually introduced this auto-type-search in one of the previous 5.x versions but for some reason we had to remove it again. What's possible though is that you can hit cmd-F/ctrl-F to set focus on the search bar and save your tab button from being worn out. Hope that helps! :)