Skip to content

Commit 91dd6f2

Browse files
authored
fix/cmd-shift-p-for-action-palette (#464)
1 parent 0e04109 commit 91dd6f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/array/src/renderer/constants/keyboard-shortcuts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const SHORTCUTS = {
2-
COMMAND_MENU: "mod+k",
2+
COMMAND_MENU: "mod+shift+p",
33
NEW_TASK: "mod+n",
44
SETTINGS: "mod+,",
55
SHORTCUTS_SHEET: "mod+/",

0 commit comments

Comments
 (0)