Multiple commands in one line possible?

hi there, i'm trying to setup a mouse gesture application so i can use gestures in opus, and so far so good

thing is, i want to execute two different commands and i don't know if thats even possible

the program uses the "/cmd" prefix

is it possible? imagine this command "Set SOURCE=focus" and this command "Go UP" is it possible to run them in the same line?

The best way is probably to create a User Command (Settings -> Customize -> Commands, then the User category) and then run that from the command-line.

it works thx :wink: