I am having a problem with /sendkey up up not doing anything.
Here is a small .mac file I set up to test /sendkey
sub main
/sendkey up up
/return
the macro just ends.
Im not sure if im using the /sendkey wrong or whats up.
Moderator: MacroQuest Developers

Code: Select all
/if n $distance($v70,$v71).>=9 { 
/sendkey <verb> <key>Shocks wrote:Ok I got one working. Maybe someone could explain the /sendkey to me please. Does /sendkey up up - /sendkey up down - /sendkey down down do anything. The only macro I can get to do anything is /sendkey down up and that moves me forward.