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
exportconstchangeConfigToOnMac=nls.localize("changeConfigToOnMac","To configure the editor to be optimized for usage with a Screen Reader press Command+E now.");
16
16
exportconstchangeConfigToOnWinLinux=nls.localize("changeConfigToOnWinLinux","To configure the editor to be optimized for usage with a Screen Reader press Control+E now.");
17
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, which is not the case at this time.");
18
+
exportconstauto_off=nls.localize("auto_off","The editor is configured to never be optimized for usage with a Screen Reader");
19
19
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
20
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
21
exportconsttabFocusModeOffMsg=nls.localize("tabFocusModeOffMsg","Pressing Tab in the current editor will insert the tab character. Toggle this behavior by pressing {0}.");
22
22
exportconsttabFocusModeOffMsgNoKb=nls.localize("tabFocusModeOffMsgNoKb","Pressing Tab in the current editor will insert the tab character. The command {0} is currently not triggerable by a keybinding.");
23
-
exportconstopenDocMac=nls.localize("openDocMac","Press Command+H now to open a browser window with more information related to editor accessibility.");
24
-
exportconstopenDocWinLinux=nls.localize("openDocWinLinux","Press Control+H now to open a browser window with more information related to editor accessibility.");
23
+
exportconstopenDoc=nls.localize("openDoc","Press H now to open a browser window with more information related to editor accessibility.");
0 commit comments