Make down arrow behave like tab key
Howard Bornstein
howard.bornstein at gmail.com
Thu Apr 14 13:46:47 EDT 2005
On 4/14/05, Kaveh Bazargan <kaveh at river-valley.com> wrote:
>Thanks. Using "number" is what I was looking for. Now I have some fields
>hidden, so now I need to ignore those. Also, some fields are locked.
>
>Now the tab key automatically takes these into account, and jumps to the
>next visible, unlocked field. I just wanted to check there is no easy way
>of saying "press the tab key".
Sorry, I made this a lot more complicated than need be. Try this. I
think this does what you're looking for.
on arrowkey theKey
if theKey is "down" then
type numtochar(9)
else if theKey is "up" then
type numtochar(9) with shiftkey
end if
end arrowkey
--
Regards,
Howard Bornstein
-----------------------
www.designeq.com
More information about the use-livecode
mailing list