feat: add Alt+↑/↓ keyboard shortcuts to navigate between sessions

This commit is contained in:
Nicolas Varrot
2026-02-12 19:08:00 +00:00
parent 89056884ad
commit 1fc63b4e92
3 changed files with 19 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ const en = {
'shortcuts.send': 'Send message',
'shortcuts.newline': 'New line',
'shortcuts.search': 'Search sessions',
'shortcuts.switchSession': 'Previous / next session',
'shortcuts.closeSidebar': 'Close sidebar / search',
'shortcuts.stop': 'Stop generation',
'shortcuts.help': 'Show shortcuts',
@@ -163,6 +164,7 @@ const fr: Record<keyof typeof en, string> = {
'shortcuts.send': 'Envoyer le message',
'shortcuts.newline': 'Nouvelle ligne',
'shortcuts.search': 'Rechercher des sessions',
'shortcuts.switchSession': 'Session précédente / suivante',
'shortcuts.closeSidebar': 'Fermer la barre / recherche',
'shortcuts.stop': 'Arrêter la génération',
'shortcuts.help': 'Afficher les raccourcis',