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 e417766 commit 42a3033Copy full SHA for 42a3033
apps/webapp/app/components/Shortcuts.tsx
@@ -134,7 +134,7 @@ function ShortcutContent() {
134
<ShortcutKey shortcut={{ key: "arrowleft" }} variant="medium/bright" />
135
<ShortcutKey shortcut={{ key: "arrowright" }} variant="medium/bright" />
136
</Shortcut>
137
- <Shortcut name="Jump to adjacent">
+ <Shortcut name="Jump to next/previous run">
138
<ShortcutKey shortcut={{ key: "[" }} variant="medium/bright" />
139
<ShortcutKey shortcut={{ key: "]" }} variant="medium/bright" />
140
0 commit comments