delay and text macros

This commit is contained in:
Sam Rang
2016-04-17 23:34:21 -05:00
parent 4dc3c4f6c3
commit 176f94e919
5 changed files with 83 additions and 0 deletions

View File

@@ -244,6 +244,14 @@
"macroActionType": "scrollMouse",
"x": 0,
"y": 20000
},
{
"macroActionType": "delay",
"delay": 40000
},
{
"macroActionType": "text",
"text": "this is a text"
}
]
}