I mouse and type with my head through macOS Sierra Dwell Control.
What am I doing wrong that the following AppleScript does not bring up the Accessibilty Options panel as literally pressing Option-Command-F5 does?
What am I doing wrong that the following AppleScript does not bring up the Accessibilty Options panel as literally pressing Option-Command-F5 does?
Code:
on run
tell application "System Events"
key code 96 using {option down, command down}
end tell
end run
Last edited: