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 b937cce commit e4446b2Copy full SHA for e4446b2
apps/webapp/app/routes/storybook.shortcuts/route.tsx
@@ -10,8 +10,10 @@ const shortcuts: ShortcutDefinition[] = [
10
{ key: "f", modifiers: ["mod"] },
11
{ key: "k", modifiers: ["mod"] },
12
{ key: "del", modifiers: ["ctrl", "alt"] },
13
+ { key: "f", modifiers: ["shift"] },
14
{ key: "enter", modifiers: ["mod"] },
15
16
+ { key: "g", modifiers: ["meta"] },
17
];
18
19
export default function Story() {
0 commit comments