arrowkey

Ludovic Th=?ISO-8859-1?Q?=E9?=bault ludovic.thebault at laposte.net
Sat Apr 20 14:50:01 EDT 2002


Ivers, Doug E wrote:
>Why isn't the arrowKey message implemented on Macs?  Will it be in the future?  As a fall-back solution, I tried the keyDown message, but it isn't sent when I hit the arrow keys, at least on my PowerBook G3 running OSX.

I've the same problem last hour ! but i found the solution :

try :
on rawkeydown thekey
put thekey -- to known the "value" of the arrowkey
pass rawkeydown
end rawkeydown



More information about the use-livecode mailing list