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><glossarytag="return">Returns</glossary> the state of the Control key.</summary>
<examples>
<example>put (the controlKey is up) and (the shiftKey is up) into ctrlShift</example>
<example>if controlKey() is down then go back</example>
</examples>
<description>
<p>Use the <b>controlKey</b> <control_sttag="function">function</control_st> to check whether the user is pressing the Control key.</p><p/><p><b>Value:</b></p><p>The <b>controlKey</b> <control_sttag="function">function</control_st> <glossarytag="return">returns</glossary> <constanttag="down">down</constant> if the key is pressed and <constanttag="up">up</constant> if it's not.</p><p/><p>On Unix and Windows systems, the <b>commandKey</b> function <glossarytag="return">returns</glossary> the same value as the <b>controlKey</b> <control_sttag="function">function</control_st>: the two <glossarytag="function">functions</glossary> are synonyms.</p>