tajo / ladle

🥄 Develop, test and document your React story components faster.
https://www.ladle.dev
MIT License
2.63k stars 93 forks source link

Keyboard navigation between stories #466

Closed leyanlo closed 1 year ago

leyanlo commented 1 year ago

Would be nice to have keyboard shortcuts like in Storybook, where Option+arrow can move between stories or directories.

Tree navigation is pretty good with the arrow keys, but when navigating through stories that have modals or forms that steal focus, it makes it hard to jump back and forth. A dedicated Option+arrow shortcut would help in these cases.

tajo commented 1 year ago

Yea, modals stealing the focus really annoy me too

leyanlo commented 1 year ago

Yay thank you!