{"identifier":64480,"topic":"Functions","name":"shiftKey","text":"<code><pre>the shiftKey\n<\/pre><\/code> Value returned: one of the constants<code> up <\/code>or<code> down <\/code>indicating whether the Shift key is up or down <br>\n","related":{"32809":null,"54096":"commandKey","40449":"keyDown","60915":"optionKey"},"examples":"if the shiftKey is up then ...\n\nif (the mouse is down) and (the shiftKey is down) then...\n\nwait until shiftKey() is up","demo":"on shiftKeyDemo\n   -- Hold down the Shift key when you click Run the Script.\n   answer \"The Shift key is:\" && the <b>shiftKey<\/b>\n end shiftKeyDemo\n ","debug":{"9":["the shiftKey\r\rValue "]}}