I can turn on the mode with:
Code: Select all
tell application "LXConsole"
setMode the front document to "live"
set startdimmertest to "dimmer:1af"
set dimmernumber to 1
tell the front document to doCommand string startdimmertest
say "Starting Dimmer Setup"
say "dimmer" & dimmernumber
end tell
Code: Select all
/cmd.lxconsole/1@88
Code: Select all
tell application "LXConsole"
activate
setMode the front document to "live"
set nextdimmer to "u"
tell the front document to doCommand string nextdimmer
tell application "System Events" to keystroke "u"
end tell
OSC message
Code: Select all
/key.lxconsole/u
Code: Select all
/key.lxconsole/u
Not sure what has changed or what I am missing. Thanks for any guidance.