I don't understand the keystrokes in LGS for the 1 button macros; num 0, num 8 etc....can you explain what i'm pressing to set this up?
In your mapping setup, num 0/num 8 etc. are mapped to buttons that need to be pressed in combination to get the desired result.
For example, if 'num 0' is mapped to 'Y', your 'heavy weapon' macro would have "↓ num 0, 1.8s delay, ↑ num 0" to simulate pressing the button, holding it for 1.8 seconds (or 1800 ms), and then releasing.
To go to orbit, you would need to know the mapping of the select button and the y button.
So if 'select' was 'num 7' and 'Y' was 'num 0', the 'go to orbit' macro would have "↓ num 7, 0.08s delay, ↑ num 7, 0.5s delay, ↓ num 0, 3.8s delay, ↑ num 0"
The number keys can be mapped to the secondary tab so that you can still use them with mouse buttons on your primary tab (or vice versa) (comes in handy if you're programming macros on a G13).
Does that make sense?