We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1e539 commit 4b39f13Copy full SHA for 4b39f13
stories/CommandPalette.stories.tsx
@@ -11,7 +11,7 @@ export const Standard = (props?: Partial<Props>) => (
11
<CommandPalette
12
placeholder="Filter commands"
13
onChange={action('ON CHANGE')}
14
- shortCut={['⌘', 'H']}
+ shortCut={['⌘', 'M']}
15
>
16
<CommandButtonRow
17
onClick={action('Run Cell')}
0 commit comments