Handy behavior snippet

Roger Guay irog at mac.com
Wed Oct 11 12:09:06 EDT 2017


On a Mac you just hold the option and command keys down and click the control to access it’s script. Isn’t there an equivalent key combination for Windows?

Roger

> On Oct 11, 2017, at 8:14 AM, Bob Sneidar via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> Hi all. 
> 
> I came up with this handy snippet to put in a mouseUp handler of any behavior button:
> 
>   -- check for behavior script editing
>   if  (the optionKey is down or the altkey is down) and the controlkey is down and \
>         the environment is "development" then
>      edit the script of this me
>      exit mouseUp
>   end if
> 
> Bob S -- this isn't part of the snippet
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode




More information about the use-livecode mailing list