You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>Sent when the user presses a function key.</summary>
<examples>
<example>on functionKey theKey</p><p> if theKey is 8 then showPaintTools <code><i>-- a custom handler</i></code></p><p> else pass functionKey</p><p>end functionKey</example>
</examples>
<description>
<p>Handle the <b>functionKey</b> <keyword tag="message box">message</keyword> to let the user perform some action with a function key.</p><p/><p><b>Parameters:</b></p><p>The <i>keyNumber</i> is the number of the function key.</p><p/><p><b>Comments:</b></p><p>The message is sent to the active (focused) control, or to the current card if no control is focused.</p><p/><p>Keyboards typically have twelve function keys, so you can use numbers from 1 to 12 to implement custom actions.</p>