Skip to content

Replace 1 2 3 shortcuts with n d w #1447

@tyler-dane

Description

@tyler-dane

Priority

High (would significantly improve my experience)

Feature Description

Currently, users navigate views using the following shortcuts:
1 - /now
2 - /day
3 - /week

These are not as intuitive, as users don't have any built-in associations with the numbers.

Instead, we should map the default keyboard to the name of the view.

n - /now
d - /day
w - /week

In addition to updating the shortcut handling itself, we also need to update the elements:

  • Command palette text (eg. replace "[1]" with "[n]"
  • Tooltip on the view select component

We also need to replace the n shortcut on the /day view. It currently is used to create a new event.

  • Remove this shortcut from the day view entirely to avoid conflicts and complications.

Use Case

This'll help users navigate the app easier.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    webFrontend/web related issue

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions