1{ 2 "device": "mouse", 3 "type": "elegant", 4 "actions": [ 5 { "action": "move", "dx": 1, "dy": 1 }, 6 { "action": "wait", "duration": 500 }, 7 { "action": "move", "dx": 0, "dy": -50 }, 8 { "action": "wait", "duration": 500 }, 9 { "action": "move", "dx": 50, "dy": -50 }, 10 { "action": "wait", "duration": 500 }, 11 { "action": "move", "dx": -20, "dy": -50 }, 12 { "action": "wait", "duration": 500 }, 13 { "action": "move", "dx": -10, "dy": -50 }, 14 { "action": "wait", "duration": 500 }, 15 { "action": "move", "dx": -20, "dy": -50 }, 16 { "action": "wait", "duration": 500 }, 17 { "action": "move", "dx": 30, "dy": -50 }, 18 { "action": "wait", "duration": 500 }, 19 { "action": "move", "dx": 0, "dy": -50 }, 20 { "action": "wait", "duration": 500 }, 21 { "action": "move", "dx": -20, "dy": -50 }, 22 { "action": "wait", "duration": 500 }, 23 { "action": "move", "dx": -10, "dy": -50 }, 24 { "action": "wait", "duration": 500 }, 25 { "action": "move", "dx": 0, "dy": -50 }, 26 { "action": "wait", "duration": 500 }, 27 { "action": "move", "dx": 0, "dy": -50 }, 28 { "action": "wait", "duration": 500 }, 29 { "action": "down", "button": "BTN_LEFT" }, 30 { "action": "move", "dx": 10, "dy": 30 }, 31 { "action": "wait", "duration": 500 }, 32 { "action": "move", "dx": 10, "dy": 30 }, 33 { "action": "wait", "duration": 500 }, 34 { "action": "move", "dx": 10, "dy": 30 }, 35 { "action": "wait", "duration": 500 }, 36 { "action": "move", "dx": 10, "dy": 30 }, 37 { "action": "wait", "duration": 500 }, 38 { "action": "move", "dx": 10, "dy": 30 }, 39 { "action": "wait", "duration": 500 }, 40 { "action": "move", "dx": 10, "dy": 30 }, 41 { "action": "wait", "duration": 500 }, 42 { "action": "move", "dx": 10, "dy": 30 }, 43 { "action": "wait", "duration": 500 }, 44 { "action": "move", "dx": 10, "dy": 30 }, 45 { "action": "wait", "duration": 500 }, 46 { "action": "move", "dx": 10, "dy": 30 }, 47 { "action": "wait", "duration": 500 }, 48 { "action": "move", "dx": 10, "dy": 30 }, 49 { "action": "wait", "duration": 500 }, 50 { "action": "move", "dx": 10, "dy": 30 }, 51 { "action": "wait", "duration": 500 }, 52 { "action": "move", "dx": 10, "dy": 30 }, 53 { "action": "wait", "duration": 500 }, 54 { "action": "move", "dx": 10, "dy": 30 }, 55 { "action": "wait", "duration": 500 }, 56 { "action": "move", "dx": 10, "dy": 30 }, 57 { "action": "wait", "duration": 500 }, 58 { "action": "move", "dx": 10, "dy": 30 }, 59 { "action": "wait", "duration": 500 }, 60 { "action": "up", "button": "BTN_LEFT" } 61 ] 62}