Skip to content

Keyboard-shortcuts help dialog (?) #2

Description

@akatekhanh

The editor has a lot of shortcuts (⌘C/V/D clipboard, ⌘B/I/U text format, ⌘⇧./⌘⇧, font size, ⌘+/−/0 zoom, Space hand-pan, ⌘G group, type-to-edit…) but no in-app way to discover them. Add a small overlay opened with ? (and a topbar menu entry) listing them by category.

Where to look: the shortcut handlers live in web/src/features/canvas/Canvas.tsx (one keydown listener — the single source of truth for the list). Render a simple modal like the existing ones in web/src/features/editor/.
Done when: pressing ? outside a text field shows the cheatsheet; Esc closes it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions