Replies: 1 comment
-
Tintin uses a slightly different approach:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I do create aliases like this
#alias{foo} {west;south;north}
How can I add delays into it?
Something like:
#alias{foo} {west;#wait{3seconds};south;north}
Beta Was this translation helpful? Give feedback.
All reactions