Support for jump over tab groups
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 27k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
Current default behaviour of J and K keys is to scroll one tab left/right including tabs in tab groups.
It would be nice to align this beviour with default C-tab/C-shift-tab Chrome keys, which skip tabs in tab groups if groups are collapsed.
Or maybe provide a handler for this.
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
Start by locating the handlers for the J and K keys and the code that determines whether tabs in collapsed groups are included. Compare the current behavior with Chrome's C-tab and C-shift-tab behavior, then clarify whether the goal is changed defaults or a separate handler; done means the selected behavior is implemented and verified for collapsed tab groups.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100