functionKeys
Paul Dupuis
paul at researchware.com
Sun May 31 08:22:47 EDT 2015
On 5/31/2015 8:13 AM, Paul Dupuis wrote:
> On 5/31/2015 8:07 AM, Richmond wrote:
>> Can anybody tell me how to detect if a functionKey is pressed when I
>> press another key on my keyboard?
> on functionKey keyNumber
>
> end functionKey
>
Sorry, should have been clearer:
on functionKey keyNumber
put the keysDown into tOtherKeysPressed
-- check for the combination of function and other keys you want
end functionKey
More information about the use-livecode
mailing list