This doesn't seem to work. Is it a bug or am I missing something:
Macro Shift-F10 = ToggleMode
The note lines show that the variables get switched properly, but the contents of the actual input box never changes... :(
Macro Shift-F10 = ToggleMode
<aliases>
<alias
match="^ToggleMode$"
enabled="y"
regexp="y"
send_to="12"
sequence="100"
>
<send>mstemp = getvariable("TempCmd")
setvariable "TempCmd", getcommand
setcommand mstemp
note mstemp
note getvariable("TempCmd")</send>
</alias>
</aliases>
The note lines show that the variables get switched properly, but the contents of the actual input box never changes... :(