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 42efadf commit 6cb76caCopy full SHA for 6cb76ca
1 file changed
apps/webapp/app/components/Shortcuts.tsx
@@ -50,6 +50,9 @@ export function Shortcuts() {
50
<ShortcutKey shortcut={{ modifiers: ["mod"] }} variant="medium/bright" />
51
<ShortcutKey shortcut={{ key: "enter" }} variant="medium/bright" />
52
</Shortcut>
53
+ <Shortcut name="Ask AI">
54
+ <ShortcutKey shortcut={{ modifiers: ["mod"], key: "/" }} variant="medium/bright" />
55
+ </Shortcut>
56
<Shortcut name="Filter">
57
<ShortcutKey shortcut={{ key: "f" }} variant="medium/bright" />
58
0 commit comments