aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
314 stars 46 forks source link

[Feature Request] Support for keyboard mappings #94

Open joywa opened 1 year ago

joywa commented 1 year ago

Community Note

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.

kmcginnes commented 4 months ago

Undo feature captured in #317