- Edited
A universal shortcut (Cmd + Shift + P is the muscle memory one from programs like VS Code) that brings up relevant actions based on what is happening. This does a couple of things:
- Allows a fully keyboard-centric workflow, even without needing to learn keyboard shortcuts.
- It allows the GUI to stay minimal and clutter-free as a lot of actions can be triggered via the command palette instead of needing to create buttons. Buttons can follow down the line if needed (this makes it faster to test new features).
- (Subjective) It is faster to navigate an application this way than via buttons.
A simple command palette would be great. A more sophisticated one would be even better! E.g. surfacing each users most used actions as auto-suggestions before anything is typed, allowing keyboard shortcuts to be seen and edited within the command palette itself etc.