Returns whether a modifier key is held down. Modifier keys include shift, control or alt on either side of the keyboard. WoW does not recognize platform-specific modifier keys (such as fn, meta, Windows, or Command).


See also Keyboard functions.

Signature:

isDown = IsModifierKeyDown()

Returns:

  • isDown - 1 if any modifier key is held down; otherwise nil (1nil)