Hi team
Feature request
- Command Palette
Context
- Many applications and websites now feature a command palette that can be activated by pressing cmd+k or cmd+p. This allows users to control the app entirely through the keyboard.
- It empowers keyboard-centric users by enabling them to perform menu actions using commands.
Example
- I want to change the view mode to Show Editor Only.
- I type ctrl+1 but there is a conflict with my mac settings and it changes to desktop 1.
- I could remap my macos shortcuts but that would be non-ideal.
- Instead I could press cmd+k and type
editor ...and it will show me the list of matching actions for this input and as soon as I findShow editor onlythen I’ll press enter.