Accessibility Settings — Auxiliary Messages

Release 2.16.2303 and above.

When editor.accessibility.assistiveMessage is set to true, an auxiliary message is generated for the text where the caret is located or the selected text content when the caret is moved or an area is selected during editing, and this is announced to assistive devices.

The default value is false.

// synapeditor.config.js
{
  'editor.accessibility.assistiveMessage': false
}

Situations and Content Announced

SituationContent announced to assistive device
When clicking a paragraph with the mouseText of the sentence where the caret is located
When moving the caret up/downText of the sentence where the caret is located
When moving the caret left/rightOne character of text
When making a selectionText added to the selection + "selected"
When deselectingDeselected text + "selection cleared"
When selecting all"Select all" + selected text
When deleting text in caret stateDeleted text
When deleting text in selection state"Selection area deleted"

VoiceOver Usage Examples

When clicking a paragraph with the mouse

Click paragraph with mouse

When moving the caret up/down

Move caret up/down

When moving the caret left/right

Move caret left/right

When making a selection

Make selection

When deselecting

Deselect

When selecting all

Select all

When deleting text in caret state

Delete text in caret state

When deleting text in selection state

Delete text in selection state