livecode-boun...@lists.runrev.com
> [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Nonsanity
> Sent: Monday, February 21, 2011 1:50 PM
> To: How to use LiveCode
> Subject: Re: Keystrokes Running in Background
>
> I needed to do the same thing for a LC tool I use. The
..@lists.runrev.com
> [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Nonsanity
> Sent: Monday, February 21, 2011 1:50 PM
> To: How to use LiveCode
> Subject: Re: Keystrokes Running in Background
>
> I needed to do the same thing for a LC tool I use. The only way I fou
] On Behalf Of Nonsanity
Sent: Monday, February 21, 2011 1:50 PM
To: How to use LiveCode
Subject: Re: Keystrokes Running in Background
I needed to do the same thing for a LC tool I use. The only way I found to
work it was by polling. This means that the script may miss the keypress if
it is too short
I needed to do the same thing for a LC tool I use. The only way I found to
work it was by polling. This means that the script may miss the keypress if
it is too short.
-- poll for control-enter keypress
on KeyMonitor
get "," & the keysDown & ","
if ",65507," is in it and ",65293," is in it a