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><glossary tag="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_st tag="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_st tag="function">function</control_st> <glossary tag="return">returns</glossary> <constant tag="down">down</constant> if the key is pressed and <constant tag="up">up</constant> if it's not.</p><p/><p>On Unix and Windows systems, the <b>commandKey</b> function <glossary tag="return">returns</glossary> the same value as the <b>controlKey</b> <control_st tag="function">function</control_st>: the two <glossary tag="function">functions</glossary> are synonyms.</p>