documentationgood first issuehacktoberfest
Metriche repository
- Star
- (62 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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.