feat: add Alt+↑/↓ keyboard shortcuts to navigate between sessions
This commit is contained in:
@@ -98,6 +98,10 @@ export function KeyboardShortcuts({ open, onClose }: Props) {
|
||||
keys={<><Kbd>{mod}</Kbd><span className="text-zinc-600">+</span><Kbd>K</Kbd></>}
|
||||
label={t('shortcuts.search')}
|
||||
/>
|
||||
<ShortcutRow
|
||||
keys={<><Kbd>Alt</Kbd><span className="text-zinc-600">+</span><Kbd>↑</Kbd><span className="text-zinc-600">/</span><Kbd>↓</Kbd></>}
|
||||
label={t('shortcuts.switchSession')}
|
||||
/>
|
||||
<ShortcutRow
|
||||
keys={<Kbd>Esc</Kbd>}
|
||||
label={t('shortcuts.closeSidebar')}
|
||||
|
||||
Reference in New Issue
Block a user