Has anybody any bright ideas why this doesn't work:

on mouseUp
   if altkey() is down then
      put "ALT key is down" into fld "fOUTPUT"
   end if
end mouseUp

or this:

on mouseUp
   if the altkey is down then
      put "ALT key is down" into fld "fOUTPUT"
   end if
end mouseUp

on Linux?

'Tisn't funny, m'dears!

Richmond.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to