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
exportconsteditableDiffEditor=nls.localize("editableDiffEditor","You are in a pane of a diff editor.");
13
13
exportconstreadonlyEditor=nls.localize("readonlyEditor","You are in a read-only code editor");
14
14
exportconsteditableEditor=nls.localize("editableEditor","You are in a code editor");
15
-
exportconstchangeConfigToOnMac=nls.localize("changeConfigToOnMac","To configure the editor to be optimized for usage with a Screen Reader press Command+E now.");
16
-
exportconstchangeConfigToOnWinLinux=nls.localize("changeConfigToOnWinLinux","To configure the editor to be optimized for usage with a Screen Reader press Control+E now.");
17
-
exportconstauto_on=nls.localize("auto_on","The editor is configured to be optimized for usage with a Screen Reader.");
18
-
exportconstauto_off=nls.localize("auto_off","The editor is configured to never be optimized for usage with a Screen Reader");
15
+
exportconstchangeConfigToOnMac=nls.localize("changeConfigToOnMac","To configure the application to be optimized for usage with a Screen Reader press Command+E now.");
16
+
exportconstchangeConfigToOnWinLinux=nls.localize("changeConfigToOnWinLinux","To configure the application to be optimized for usage with a Screen Reader press Control+E now.");
17
+
exportconstauto_on=nls.localize("auto_on","The application is configured to be optimized for usage with a Screen Reader.");
18
+
exportconstauto_off=nls.localize("auto_off","The application is configured to never be optimized for usage with a Screen Reader");
exportconsttabFocusModeOnMsg=nls.localize("tabFocusModeOnMsg","Pressing Tab in the current editor will move focus to the next focusable element. Toggle this behavior by pressing {0}.");
20
22
exportconsttabFocusModeOnMsgNoKb=nls.localize("tabFocusModeOnMsgNoKb","Pressing Tab in the current editor will move focus to the next focusable element. The command {0} is currently not triggerable by a keybinding.");
21
23
exportconsttabFocusModeOffMsg=nls.localize("tabFocusModeOffMsg","Pressing Tab in the current editor will insert the tab character. Toggle this behavior by pressing {0}.");
constreadMoreLink=provider.options.readMoreUrl ? localize("openDoc","\nPress H now to open a browser window with more information related to accessibility.\n") : '';
119
136
constdisableHelpHint=provider.options.type===AccessibleViewType.HelpMenu&&!!value ? localize('disable-help-hint','\nTo disable the `accessibility.verbosity` hint for this feature, press D now.\n') : '\n';
120
-
constfragment=provider.provideContent()+readMoreLink+disableHelpHint+localize('exit-tip','Exit this menu via the Escape key.');
0 commit comments