Skip to content

Commit 6cb76ca

Browse files
committed
Adds Ask AI shortcut to Shortcuts panel
1 parent 42efadf commit 6cb76ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

apps/webapp/app/components/Shortcuts.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ export function Shortcuts() {
5050
<ShortcutKey shortcut={{ modifiers: ["mod"] }} variant="medium/bright" />
5151
<ShortcutKey shortcut={{ key: "enter" }} variant="medium/bright" />
5252
</Shortcut>
53+
<Shortcut name="Ask AI">
54+
<ShortcutKey shortcut={{ modifiers: ["mod"], key: "/" }} variant="medium/bright" />
55+
</Shortcut>
5356
<Shortcut name="Filter">
5457
<ShortcutKey shortcut={{ key: "f" }} variant="medium/bright" />
5558
</Shortcut>

0 commit comments

Comments
 (0)