Home THE HYPERCARD CENTER

HyperTalk Reference
Home » HyperTalk Reference » Functions

Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.

commandKey

the commandKey
the cmdKey
Value returned: either of the constants up or down, depending on whether the Command key is up or down


Demo Script

on commandKeyIs
   -- Hold down the Command key when you click Run the Script.
   answer "The Command key is:" && the commandKey
 end commandKeyIs

Related Topics

« clickText | HyperTalk Reference | compound »


Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Modern View

Home
The HyperCard Center
HyperTalk Reference
Home » HyperTalk Reference » Functions

Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.

commandKey

the commandKey
the cmdKey
Value returned: either of the constants up or down, depending on whether the Command key is up or down


Demo Script

on commandKeyIs
   -- Hold down the Command key when you click Run the Script.
   answer "The Command key is:" && the commandKey
 end commandKeyIs

Related Topics

« clickText | HyperTalk Reference | compound »

Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Retro View