[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: OT -- Autokey



John,
And many thanks for that routine, it works exactly as hoped.
Glad it works. I think I left out the first line, which assigns the
routine to the Up Arrow. The Return statement doesn't make sense
without it -- but you probably figured that out already.


Up::
SendInput {x}
Loop
{
 Sleep, 100
 GetKeyState, state, Up, P
 If state = U
  Break
 SendInput {Up}
}
Return



--
Carl Distefano
cld@xxxxxxxx