keystroke transformations

viktoras d. viktoras at ekoinf.net
Sun Feb 22 04:04:51 EST 2009


Thanks Richard, it works!

Viktoras

Richard Gaskin wrote:
> on enterInField
>   DoMoveDown
> end enterInField
>
> on returnInField
>   DoMoveDown
> end returnInField
>
> on DoMoveDown
>   put (word 2 of the selectedLine) into tLine
>   if tLine = the number of lines of me then
>     put cr after me
>   end if
>   select before line (tLine+1) of me
> end DoMoveDown
>
>
>
>
> -- 
>  Richard Gaskin
>  Fourth World
>  Revolution training and consulting: http://www.fourthworld.com
>  Webzine for Rev developers: http://www.revjournal.com
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>




More information about the use-livecode mailing list