Make down arrow behave like tab key

Kaveh Bazargan kaveh at river-valley.com
Thu Apr 14 14:31:22 EDT 2005


At 1:46 pm -0400 14/4/05, Howard Bornstein wrote:

[...]

>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

Yup. This is what I was looking for. Perfect, thanks.

At 1:51 pm -0400 14/4/05, Howard Bornstein wrote:
>For the locked fields, set their TraversalOn property to false. Then
>you won't tab to them.

And thank you for this tip too which will come in handy.
-- 

Kaveh Bazargan
http://www.river-valley.com/
http://www.holographer.org/


More information about the use-livecode mailing list