Skip to content

Commit da693d2

Browse files
committed
note on escape key
1 parent 9d8052c commit da693d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/browser/notebookAccessibilityHelp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function getAccessibilityHelpText(accessor: ServicesAccessor): string {
1818
localize('notebook.cell.edit', 'The Edit Cell command ({0}) will focus on the cell input.'),
1919
localize('notebook.cell.editNoKb', 'The Edit Cell command will focus on the cell input and is currently not triggerable by a keybinding.'), keybindingService));
2020
content.push(descriptionForCommand('notebook.cell.quitEdit',
21-
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
21+
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.'),
2222
localize('notebook.cell.quitEditNoKb', 'The Quit Edit command will set focus on the cell container and is currently not triggerable by a keybinding.'), keybindingService));
2323
content.push(descriptionForCommand('notebook.cell.focusInOutput',
2424
localize('notebook.cell.focusInOutput', 'The Focus Output command ({0}) will set focus in the cell\'s output.'),

0 commit comments

Comments
 (0)