sveltejs / svelte-devtools

A browser extension to inspect Svelte application by extending your browser devtools capabilities
https://chromewebstore.google.com/detail/svelte-devtools/kfidecgcdjjfpeckbblhmfkhmlgecoff
MIT License
1.48k stars 79 forks source link

Add support for keyboard navigation #28

Closed jpaquim closed 3 years ago

jpaquim commented 4 years ago

First of all, thank you for all the work on the Devtools, they're looking great and really help with day-to-day work with Svelte.

I just miss something when compared to the regular DOM Devtools, keyboard navigation! Currently, it seems that arrows up/down performs page scrolling, if the content overflows. I think it would make more sense for the arrow keys to behave as when navigating the DOM in the Elements view.

RedHatter commented 4 years ago

Hmm, yes, good idea. I'll see if I can find some time to work on this soon.

jpaquim commented 3 years ago

@RedHatter major thanks for addressing this 😄 will report back on any bugs I find