vailabel/vailabel-studio
Ver no GitHubdocs: Add a "Keyboard Shortcuts" reference
Open
#245 aberto em 19 de jun. de 2026
documentationgood first issuehacktoberfest
Métricas do repositório
- Stars
- (62 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Summary The labeling canvas has shortcuts (tool selection, navigation, save) that aren't documented in one place. Create a reference table.
Where
- New file
docs/keyboard-shortcuts.md, linked from the README. - Source of truth: search the frontend for keybindings in
apps/studio/src/features/studioandapps/studio/src/shared(keydown,hotkey,useKeyboard, or a shortcuts map).
Steps
- Branch:
git checkout -b docs/keyboard-shortcuts. - Grep the codebase for keyboard handlers to compile the real, current list (don't invent shortcuts).
- Create
docs/keyboard-shortcuts.mdwith a table: Action | Shortcut (Win/Linux) | Shortcut (macOS). - Link it from
README.md. - Run
yarn lint; commitdocs: add keyboard shortcuts referenceand open a PR.
Acceptance criteria
- The doc lists shortcuts that actually exist in the code.
- It's linked from the README.
Good first issue — comment here if you'd like to take it.