There's a way, actually.

From the help file:
Quote:
if ($mouse.key & 2) echo control key is pressed.
if ($mouse.key & 4) echo shift key is pressed.
if ($mouse.key & 8) echo alt key is pressed.

It's a little awkward that the modifier detection is exclusively associated to a mouse-related identifier, but there it is.

Last edited by cold; 03/01/07 10:05 PM.

* cold edits his posts 24/7