Skip to content

Commit e4446b2

Browse files
committed
Adds more shortcuts to the storybook
1 parent b937cce commit e4446b2

File tree

1 file changed

+2
-0
lines changed
  • apps/webapp/app/routes/storybook.shortcuts

1 file changed

+2
-0
lines changed

apps/webapp/app/routes/storybook.shortcuts/route.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ const shortcuts: ShortcutDefinition[] = [
1010
{ key: "f", modifiers: ["mod"] },
1111
{ key: "k", modifiers: ["mod"] },
1212
{ key: "del", modifiers: ["ctrl", "alt"] },
13+
{ key: "f", modifiers: ["shift"] },
1314
{ key: "enter", modifiers: ["mod"] },
1415
{ key: "enter", modifiers: ["mod"] },
16+
{ key: "g", modifiers: ["meta"] },
1517
];
1618

1719
export default function Story() {

0 commit comments

Comments
 (0)