project-gauntlet / gauntlet

Raycast-inspired open-source cross-platform application launcher with React-based plugins
Mozilla Public License 2.0
218 stars 5 forks source link

Keyboard navigation #1

Open Exidex opened 10 months ago

Exidex commented 10 months ago

Keyboard in iced-rs basically non existent and is only supported between input fields. We probably need our own iced-rs fork

Exidex commented 7 months ago

Main view keyboard navigation done

Exidex commented 2 months ago

Blocked by proper support of focus in iced-rs which is on roadmap for the next release

Exidex commented 3 weeks ago

Ended up implementing focus management manually in Gauntlet with some modifications to iced in the fork. Most of main ui now has keyboard navigation. List and Grid plugin views are still work in progress