Difference between revisions of "Screenreader"

From StickMUD
Jump to navigation Jump to search
(Created page with "<code>screenreader</code> - Set screen reader stats preferences. == Description == Set screen reader status preferences for capable game clients, like Mudlet. {| class="wikit...")
 
(No difference)

Latest revision as of 21:54, 16 July 2022

screenreader - Set screen reader stats preferences.

Description

Set screen reader status preferences for capable game clients, like Mudlet.

Syntax
Command Description
screenreader Display current screen reader preferences.
screenreader <yes | on> Enable game to adapt to screen reader experience.
screenreader <no | off> Disable game to adapt to screen reader experience.
screenreader shared Enable notice to others of screen reader usage.
screenreader not shared Disable notice to others of screen reader usage.

Examples

> screenreader
Screen reader in use is identified as yes.
Screen reader status is shared with others.
> screenreader not shared
Screen reader in use is identified as yes.
Screen reader status is not shared with others.
> screenreader no
Screen reader in use is identified as no.
> screenreader yes
Screen reader in use is identified as yes.
> screenreader shared
Screen reader in use is identified as yes.
Screen reader status is shared with others.

See Also

accessibility