mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
Add command palette to shortcuts modal (#5334)
* add command bar to shortcuts modal * release notes * release note
This commit is contained in:
@@ -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')}
|
||||
|
||||
6
upcoming-release-notes/5334.md
Normal file
6
upcoming-release-notes/5334.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [MikesGlitch]
|
||||
---
|
||||
|
||||
Add shortcut for showing the command palette to the keyboard shortcuts modal
|
||||
Reference in New Issue
Block a user