testing int limits and renaming based on specs

This commit is contained in:
Sam Rang
2016-04-17 23:21:00 -05:00
parent fcf9d08f06
commit 408ddad10d
12 changed files with 12 additions and 4 deletions

View File

@@ -237,13 +237,21 @@
}, },
{ {
"macroActionType": "moveMouse", "macroActionType": "moveMouse",
"x": 123, "x": -1920,
"y": 123 "y": 220
}, },
{ {
"macroActionType": "scrollMouse", "macroActionType": "scrollMouse",
"x": 123, "x": 0,
"y": 123 "y": 20000
},
{
"macroActionType": "delay",
"delay": 40000
},
{
"macroActionType": "text",
"text": "this is a text"
} }
] ]
} }