Add command palette to shortcuts modal (#5334)

* add command bar to shortcuts modal

* release notes

* release note
This commit is contained in:
Michael Clark
2025-07-15 18:48:16 +00:00
committed by GitHub
parent 19180138bb
commit f66baeabd3
2 changed files with 11 additions and 0 deletions

View File

@@ -176,6 +176,11 @@ export function KeyboardShortcutModal() {
>
<View>
<Shortcut shortcut="?" description={t('Open the help menu')} />
<Shortcut
shortcut="K"
description={t('Open the Command Palette')}
meta={ctrl}
/>
<Shortcut
shortcut="O"
description={t('Close the current budget and open another')}

View File

@@ -0,0 +1,6 @@
---
category: Enhancements
authors: [MikesGlitch]
---
Add shortcut for showing the command palette to the keyboard shortcuts modal