feat(app): add web input focus shortcut (#12493)

This commit is contained in:
ChangeHow
2026-02-08 03:35:46 +08:00
committed by GitHub
parent 0e1f543646
commit 805207e096
20 changed files with 28 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ export const dict = {
"command.file.open": "Ouvrir un fichier",
"command.context.addSelection": "Ajouter la sélection au contexte",
"command.context.addSelection.description": "Ajouter les lignes sélectionnées du fichier actuel",
"command.input.focus": "Focus input",
"command.terminal.toggle": "Basculer le terminal",
"command.fileTree.toggle": "Basculer l'arborescence des fichiers",
"command.review.toggle": "Basculer la revue",