RE: Keystrokes Running in Background

2011-02-21 Thread Ray Horsley
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

Re: Keystrokes Running in Background

2011-02-21 Thread Nonsanity
..@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

RE: Keystrokes Running in Background

2011-02-21 Thread Ray Horsley
] 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

Re: Keystrokes Running in Background

2011-02-21 Thread Nonsanity
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