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
Currently, using Cmd + O to open the Open menu works, and it auto-focuses on the filter input, but it is not easily possible to navigate and select an item. You have to either click, or use Tab to move the focus to the item and press enter. It would be nice to automatically highlight the first item, and pressing Enter confirms it. The user could also use up and down arrows to navigate through the options and press Enter to select the highlighted item. See https://webgamer.io/ for an example (press Cmd + K to open search)
Here is a piece of code I have been using on various projects to move the browsers focus programatically:
Currently, using Cmd + O to open the Open menu works, and it auto-focuses on the filter input, but it is not easily possible to navigate and select an item. You have to either click, or use Tab to move the focus to the item and press enter. It would be nice to automatically highlight the first item, and pressing Enter confirms it. The user could also use up and down arrows to navigate through the options and press Enter to select the highlighted item. See https://webgamer.io/ for an example (press Cmd + K to open search)
Here is a piece of code I have been using on various projects to move the browsers focus programatically:
You can then do something like this to catch up and down arrows:
The text was updated successfully, but these errors were encountered: