Want to learn how to script for JAWS? Here's a good getting started primer: https://gist.github.com/BeastlyTheos/177004102bafda4b20e9b6e72863d29a
learning Jaws Scripting: a walkthrough

learning Jaws Scripting: a walkthrough. GitHub Gist: instantly share code, notes, and snippets.

Gist
@mcourcel Thank you. I really need to see about a script that will make sure my screen shade stays on because even in 2026, we can't have it turn on at jaws start
@evilcookies98 Okay, figured it out. In the default script file, there's a section called AutoStartEvent. You'll have to arrow down, until you hear endFunction. Go to the start of the line and press Enter. Arrow up to the blank line and paste this line.
ToggleScreenShade ()

Control+s to compile. Pressing JAWSKey+0 opens the script editor. Control+Shift+d puts you into the default script. Control+f to find things.