1{
2    "device": "mouse",
3    "type": "elegant",
4    "actions": [
5        { "action": "down", "button": "BTN_LEFT" },
6        { "action": "wait", "duration": 500 },
7        { "action": "move", "dx": 15, "dy": 15 },
8        { "action": "move", "dx": 15, "dy": 10 },
9        { "action": "move", "dx": 15, "dy": 10 },
10        { "action": "move", "dx": 15, "dy": 10 },
11        { "action": "move", "dx": 15, "dy": 10 },
12        { "action": "move", "dx": 15, "dy": 30 },
13        { "action": "move", "dx": 25, "dy": 20 },
14        { "action": "move", "dx": 35, "dy": 10 },
15        { "action": "move", "dx": 15, "dy": 40 },
16        { "action": "move", "dx": 15, "dy": 20 },
17        { "action": "move", "dx": 15, "dy": 10 },
18        { "action": "up", "button": "BTN_LEFT" },
19        { "action": "scroll", "dy": 30 }
20    ]
21}