react-arborist
react-arborist copied to clipboard
Keyboard shortcut proof of concept
Here's a quick proof of concept for customizable keyboard shortcuts.
If this approach looks good, I can clean up the types and finish the rest of the handlers.
Thank you for your work @robskidmore ! The concepts are there, but I'd like an api that is a bit more terse.
Awesome! Could you elaborate on what you mean by "an API that is a bit more terse"?
For my use case, I needed a lot of flexibility to add shortcuts beyond those already provided with full access to the tree. This seemed like the most flexible way to do that without
Were you looking more for something that just allowed customization of the current shortcuts?