Dabo.ui.isShiftDown
From Dabo Wiki
Contents
Signature:
dabo.ui.isShiftDown()
Description:
Basic function to determine the status of the Shift Key.
Returns:
True
if the shift key is pressed at the moment; False
if it is not.
Comments:
The Caps Lock key has no effect on the value returned by this function. If Caps Lock is engaged, and the shift key is not pressed, this will still return False
.