Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Wifi dialog not keyboard friendly #544

Open
procount opened this issue May 20, 2019 · 2 comments
Open

Wifi dialog not keyboard friendly #544

procount opened this issue May 20, 2019 · 2 comments

Comments

@procount
Copy link
Contributor

if (ui->passwordRadio->isChecked())

On entering the wifi dialog, the listbox is populated with a list of found wifi SSIDs with the focus set to this list box.
If you are using cursor keys on the keyboard to move the selection down to the SSID you want, as soon as you press it once, the focus shifts to the username or password fields due to this block of code.
Not much of a problem if you are using a mouse since you can directly click on the SSID you want and will probably like the focus jumping directly to the next appropriate tab, but it's not so good when using the keyboard.

Removing this focus setting code block would make the dialog more keyboard friendly.
Or can you think of a better implementation?

@duckida
Copy link

duckida commented Dec 1, 2020

If you have an idea in mind and know how to implement it, go ahead and create a PR at duckida/noobsplus

@procount
Copy link
Contributor Author

procount commented Dec 1, 2020

The idea I had in mind is included in the post above. It's already implemented in PINN. Perhaps you have heard of it?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants