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

_______________________________________________
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