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: <return|Returns> the state of the <Command key>.
Synonyms: cmdKey
Introduced: 1.0
OS: mac,windows,linux
Platforms: desktop,server,web
Example:
put commandKey() after keyHistory
Example:
if the commandKey is down then edit script of me
Returns: The <commandKey> <function> <return|returns> "down" if the key is pressed and "up" if it's not.
Description:
Use the <commandKey> <function(control_st)> to check whether the <Command key> is being pressed.
On Unix and Windows systems, the <commandKey> function <return|returns> the same <value> as the <controlKey> <function(control_st)>: the two <function(glossary)|functions> are synonyms.
References: left (constant), up (constant), commandKeyDown (message), controlKey (function), value (function), keysDown (function), function (glossary), return (glossary), Command key (glossary), function (control_st)