Revisions
-
findchris revised this gist
Feb 26, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,8 +5,8 @@ "time_offset": 0, "movements": [[x1, y1], [x2,y2], ..., [null, null], [x99, y99], ...], "actions": [ {"time_offset": 4032, "input_type": "keyboard", "value": "spacebar"}, {"time_offset": 8944, "input_type": "mouse", "value": [123, 321]} ], "distance": 3245 }, -
findchris revised this gist
Feb 26, 2014 . 1 changed file with 14 additions and 14 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,23 +1,23 @@ [ { "step": 1, "repeat_index": 0, "time_offset": 0, "movements": [[x1, y1], [x2,y2], ..., [null, null], [x99, y99], ...], "actions": [ {"time_offset": 4032, "input_type": 'keyboard', "value": 'spacebar'}, {"time_offset": 8944, "input_type": 'mouse', "value": [123, 321]} ], "distance": 3245 }, { "step": 2, "repeat_index": 0, "time_offset": 3910 }, { "step": 1, "repeat_index": 1 "time_offset": 6380 } ] -
findchris revised this gist
Feb 26, 2014 . 1 changed file with 4 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,22 +6,18 @@ movements: [[x1, y1], [x2,y2], ..., [null, null], [x99, y99], ...], actions: [ {time_offset: 4032, input_type: 'keyboard', value: 'spacebar'}, {time_offset: 8944, input_type: 'mouse', value: [123, 321]} ], distance: 3245 }, { step: 2, repeat_index: 0, time_offset: 3910 }, { step: 1, repeat_index: 1 time_offset: 6380 } ] -
findchris revised this gist
Feb 26, 2014 . 1 changed file with 19 additions and 12 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,20 +1,27 @@ [ { step: 1, repeat_index: 0, time_offset: 0, movements: [[x1, y1], [x2,y2], ..., [null, null], [x99, y99], ...], actions: [ {time_offset: 4032, input_type: 'keyboard', value: 'spacebar'}, {time_offset: 8944, input_type: 'mouse', value: [123, 321]}, ... ], distance: 3245 }, { step: 2, repeat_index: 0, time_offset: 3910, ... }, { step: 1, repeat_index: 1 time_offset: 6380, ... }, ... ] -
Aaron Stein revised this gist
Feb 26, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ "movements": [[123, 31], [321,22], [null, null], [99, 99]], "actions": [ {"time_offset": 4032, "input_type": "keyboard", "value": "spacebar"}, {"time_offset": 8944, "input_type": "mouse", "value": [123,321]} ], "distance": 3245 }, -
Aaron Stein created this gist
Feb 19, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ [ { "step": 1, "time_offset": 0, "movements": [[123, 31], [321,22], [null, null], [99, 99]], "actions": [ {"time_offset": 4032, "input_type": "keyboard", "value": "spacebar"}, {"time_offset": 8944, "input_type": "mouse", "value": "click"} ], "distance": 3245 }, { "step": 2, "time_offset": 3910 }, { "step": 1, "time_offset": 6380 } ]