Skip to content

Command palette does not show keyboard shortcut hints #9

@fernandomenuk

Description

@fernandomenuk

Severity: Major

Description

Commands in the palette have descriptive hint text but no keyboard shortcut labels. Users cannot discover that Ctrl+A | splits vertical, Ctrl+A z zooms, etc. The command palette is the primary discoverability surface and should teach shortcuts.

Location

  • crates/wmux-app/frontend/command-palette.js:6-23 (COMMANDS array, no shortcut field)

Suggestion

Add a shortcut field to each command and render it as a right-aligned <kbd> style badge in the palette results, e.g. Ctrl+A | for Split Vertical.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestuxUser experience issues

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions