altkey() down, up & halfway down

Richmond richmondmathewson at gmail.com
Fri Nov 30 01:33:28 EST 2012


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.




More information about the use-livecode mailing list