Thanks Graig but the app will be mostly used on Windows (but developed
on a Mac).
@ Thierry: RawKeyDown will will work if you specify a certain key.

local pressed
on arrowKey theKey

     if (theKey = "Right") and (not pressed) then
          put true into pressed
     end if

on rawKeyUp keycode
   if keycode = 65361 then put false into pressed
end rawKeyUp

Can I change this? And how do I do that?


greetings,

William



2011/1/19  <dunb...@aol.com>:
> Is there a way to set the "delay until repeat" in the system prefs to
> "off".
>
> This on a mac, anyway.
>
> Craig Newman
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to