This is what I am doing for now with the pause thing.
If you hit stop or pause it will disable voice pause then when you hit play or play list it will turn it back on if you have it set to in the auto settings menu.
Still playing with it but this is what I have now
The only thing different is you can’t highlight something on the play list and hit play to start it. I just hit the list anyway.
Swap out the play and stop button in the audio player.
Code:
"ONPLCLICK","SELPL||UNDOTEMPVOICE"
"PLAYBUTTON","BYVAR;STOPPAUSE;PAUSE<<PLAY||BYVAR;STOPPAUSE;SETTEMPVOICE<<UNDOTEMPVOICE||BYVAR;STOPPAUSE;<<TURNOFFVOICE"
"STOPBUTTON","STOP||SETTEMPVOICE||TURNOFFVOICE||SETVAR;STOPPAUSE;1"
"TURNOFFVOICE","BYVAR;TEMPVOICE;<<SETVAR;pauseonvoice;0"
"SETTEMPVOICE","SETVAR;TEMPVOICE;$pauseonvoice$||SETVAR;STOPPAUSE;1'
"UNDOTEMPVOICE","SETVAR;pauseonvoice;$TEMPVOICE$||SETVAR;STOPPAUSE;0"
Bookmarks