[Feature Request] Support for keyboard mappings
Community Note
- Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Graph Explorer Version (and Graph Database and Version used if applicable) All versions
Is your feature request related to a problem? Please describe. When I want to quickly take an action using the keyboard (e.g., using the delete key to delete a displayed node/edge), this does not work with Graph Explorer. Other actions like ctrl/command+Z for undoing actions would be nice as well.
Describe the solution you'd like Mapping of actions like delete, ctrl/command+Z, ctrl+a to the Graph Explorer app
Additional context Add any other context or screenshots about the feature request here. Describe any alternatives you've considered.
Undo feature captured in #317
I could see this playing out as two iterations:
- Add shortcuts for the most common actions
- Open search
- Zoom in/out
- Delete node
- Expand node
- Add more granular actions
- Open specific sidebar panels
- Go to connections
- Go to graph
- Go to data explorer
- Open/close graph table view
- etc