You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnnls.localize('accessibilityOffAriaLabel',"The editor is not accessible at this time. Press {0} for options.",platform.isLinux ? 'Shift+Alt+F1' : 'Alt+F1');
consteditorNotAccessibleMessage=nls.localize('accessibilityModeOff',"The editor is not accessible at this time.");
567
+
if(toggleKeybindingLabel){
568
+
returnnls.localize('accessibilityOffAriaLabel',"{0} To enable screen reader optimized mode, use {1}",editorNotAccessibleMessage,toggleKeybindingLabel);
569
+
}elseif(runCommandKeybindingLabel){
570
+
returnnls.localize('accessibilityOffAriaLabelNoKb',"{0} To enable screen reader optimized mode, open the quick pick with {1} and run the command Toggle Screen Reader Accessibility Mode, which is currently not triggerable via keyboard.",editorNotAccessibleMessage,runCommandKeybindingLabel);
571
+
}elseif(keybindingEditorKeybindingLabel){
572
+
returnnls.localize('accessibilityOffAriaLabelNoKbs',"{0} Please assign a keybinding for the command Toggle Screen Reader Accessibility Mode by accessing the keybindings editor with {1} and run it.",editorNotAccessibleMessage,keybindingEditorKeybindingLabel);
0 commit comments