From da693d217be06e1bc600900d072d48a09e0ff536 Mon Sep 17 00:00:00 2001 From: Aaron Munger Date: Mon, 26 Jun 2023 15:36:43 -0700 Subject: [PATCH] note on escape key --- .../contrib/notebook/browser/notebookAccessibilityHelp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/notebook/browser/notebookAccessibilityHelp.ts b/src/vs/workbench/contrib/notebook/browser/notebookAccessibilityHelp.ts index d26201c2f21..0bd04764dd6 100644 --- a/src/vs/workbench/contrib/notebook/browser/notebookAccessibilityHelp.ts +++ b/src/vs/workbench/contrib/notebook/browser/notebookAccessibilityHelp.ts @@ -18,7 +18,7 @@ export function getAccessibilityHelpText(accessor: ServicesAccessor): string { localize('notebook.cell.edit', 'The Edit Cell command ({0}) will focus on the cell input.'), localize('notebook.cell.editNoKb', 'The Edit Cell command will focus on the cell input and is currently not triggerable by a keybinding.'), keybindingService)); content.push(descriptionForCommand('notebook.cell.quitEdit', - localize('notebook.cell.quitEdit', 'The Quit Edit command ({0}) will set focus on the cell container.'), // pressing escape twice may be necessary for screen reader users + localize('notebook.cell.quitEdit', 'The Quit Edit command ({0}) will set focus on the cell container. The default (Escape) key may need to be pressed twice first exit the virtual cursor if active.'), localize('notebook.cell.quitEditNoKb', 'The Quit Edit command will set focus on the cell container and is currently not triggerable by a keybinding.'), keybindingService)); content.push(descriptionForCommand('notebook.cell.focusInOutput', localize('notebook.cell.focusInOutput', 'The Focus Output command ({0}) will set focus in the cell\'s output.'),