You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
noobs/recovery/wifisettingsdialog.cpp
Line 189 in 54ac40f
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?
The text was updated successfully, but these errors were encountered: