Takes a rawkey as returned from the Keyboard Raw Key command and tests if the modifier key specified was being held when the key was typed.
A result of TRUE will be returned if the modifier was held, and FALSE if it wasn't.
TNT Basic does not differentiate between the left and right modifier keys, so if you have a left shift key and a right shift key on your keyboard, they will both test positive for the 'Raw Key Modifier Shift' command.
For more information on raw keys and working with the keyboard please refer to the Keyboard Input Guide.
See also the Keyboard Raw Key, Raw Key Char and Raw Key Scancode commands.