Add shortcuts to iterate over the objects
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 12.9k
- Forks
- 2k
- Avg merge
- 4h 27m
- Merged PRs (30d)
- 8
Description
It would be nice if it was possible to iterate the objects with a shortcut.
Suggested by @NinjaFighter in issue #181:
"What if we had a shortcut (tab key for example) that select the NEXT object automatically? (and using shift + tab key to select the PREVIOUS one)"
Inkscape has this behavior too.
Contributor guide
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
Read issue #181 first for the original selection-navigation discussion, then inspect the editor's existing object-selection behavior and keyboard shortcuts. Done means Tab selects the next object and Shift+Tab selects the previous object, matching the requested behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100