Skip to content

Commit ededd0d

Browse files
committed
Removed test modifier keys
1 parent 4dcf218 commit ededd0d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

apps/webapp/app/components/Shortcuts.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ export function Shortcuts() {
4343
<div className="space-y-6 px-4 pb-4 pt-2">
4444
<div className="space-y-3">
4545
<Header3>General</Header3>
46-
<Shortcut name="Close">
47-
<ShortcutKey
48-
shortcut={{ modifiers: ["alt", "ctrl", "meta", "shift", "mod"], key: "w" }}
49-
variant="medium/bright"
50-
/>
51-
</Shortcut>
5246
<Shortcut name="Close">
5347
<ShortcutKey shortcut={{ key: "esc" }} variant="medium/bright" />
5448
</Shortcut>

0 commit comments

Comments
 (0)