Add shortcuts for moving nodes
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Instead of grabbing mouse each time, it'd be handy to bind some keys (e.g. arrows) fot moving currently selected node instead.
Optionally there could be a shortcut to select the last created or selected node so you have to use a mouse even less.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the keyboard-input handling and the code that moves the currently selected node. Implement arrow-key movement for the selected node; consider the optional selection shortcut only if its behavior can be defined clearly. Done means the requested shortcut works without returning to the mouse and existing node interaction still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100