Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/aliases/mudlet_accessibility_on.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ setConfig("showSentText", false)
echo("Text sent to the game will not appear in the main window ✓\n")
setConfig("advertiseScreenReader", true)
echo("Advertising screen reader use to games supporting Mud Terminal Type Standard (MTTS) ✓\n")
setConfig("editorAutoComplete", true)
echo("Disabling visual auto complete in the code editor ✓\n")

setConfig("caretShortcut", "ctrltab")
echo("Shortcut to switch between input line and main window set to Ctrl+Tab. You can also change it to either Tab or F6 in settings.\n")
Expand Down
Loading