feat: add Alt+↑/↓ keyboard shortcuts to navigate between sessions
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user