Ok, here is a start that gets your reactor into hotkey 4, activates, opens map, ensures it is small screen and shrunk
It then positions on the next gate, clicks the icon, starts warp and away you go
It stops in AP, as this is where you see what I have done and you get to copy and paste, and add your mouse positions and the time it takes to get from 1 gate to the next (The q time

)
I stopped at AP as you need to learn the basics and this will help you. C:\Program Files\EA GAMES\Earth & Beyond\data\client\output is where the screenshots you captured with scroll lock are stored
I use Windows Picture and Fax Viewer and CTRL A to view actual size and this is where the fun part is, guessing how close the arrow is to the gate on screen. My computer is about 10 to 20 pixels to the right and about 5 to 15 pixels low of the actual gate icon, so I adjust my mousepos after I CTRL M the cursor position into the macro
This is why I only done 2 maps, I got bored

and I was swapping between my 2 computers changing the info on my XP laptop running the game and using my main computer running Win 7 to find the cursor positions (I haven't loaded EnBU on my main comp yet, used up my bandwidth in 15 days, waiting for the next billing cycle to get it back)
Hope this is a good start for you, any problems give me a yell and I'll see what I can do to help you
Copy and paste the below into a empty actools window and test it, as you will see the timing is slow so you can see each step. I run at zero point 2 and zero point 5 sec gaps between instructions except the q timer and the gate timer at 26 seconds
// ******Fenris to Somerled Warp****** \\
// Warping with 200% lvl 5 RR+,lvl 5 Unicorn
// and a lvl 5 Fast Engine
// this is a timed macro, and it's very basic
// Warp speed 4800:Screen Resolution *1400/900*
//*********************************************************\\
// Warp times WILL change depending on INSTALLED equipment
// so change time after q key if needed
//*********************************************************\\
SetActiveWindow Earth & Beyond
delay 6 sec
//*********************************************************\\
// Set warp reactor in position 4 and buff \\
keys i // Open Ship Screen
delay 2 sec // Timing can be .2 or .5 depends on comp speed \\
MousePos 725, 700 // Reactor position on Ship \\
delay 2 sec
leftmousedown // Reactor Icon to Hotkey position 4 \\
delay 2 sec
MousePos 885, 840 // Hotkey position 4 \\
delay 2 sec
leftmouseup // Release Reactor Icon \\
delay 2 sec
keys i // Close Ship Screen \\
delay 2 sec
keys 4 //Activate warp buff
delay 5 sec
//*********************************************************\\
// Open Map, Shrink Map \\
keys m //map Fenris
delay 2 sec
MousePos 800, 220 // large map
delay 2 sec
leftclick // shrink
delay 2 sec
MousePos 460, 560 // Cursor in Map Area \\
keydown - 3 sec // Shrink Map \\
delay 2 sec
//********************************************************\\
// Mouse position to warp to next gate \\
MousePos 280, 475 //next map gate position
delay 1 sec // Timing can be .5 adjust to suit computer
leftclick
delay 1 sec
keys m // Close Map
delay 1 sec
keys q //warp time .41 minute
delay 41 sec
MousePos 1390, 600 //gate position
delay 1 sec
leftclick
delay 26 sec //gate time 26 seconds ( Computer time to gate)
//*********************************************************\\
// Open map, set warp gate, warp to next map \\ *
keys m //map VT ( I use map name as a guide where I am ) *
delay 1 sec // ( can be .5 adjust to suit computer *
MousePos 233, 623 // next gate (AP Gate) icon *
delay 1 sec // *
leftclick // *
delay 1 sec // *
keys m // Close Map *
delay 1 sec // *
keys q //warp time .25 minute *
delay 25 sec // *
MousePos 1390, 660 // Activate Gate Icon *
delay 1 sec // *
leftclick // *
delay 26 sec // *
//*********************************************************\\
// Open map, set warp gate, warp to next map \\
keys m //map AP
delay 1 sec
// Repeat instructions as above till you get to Somerled \\