I'm trying to use Event.Key.KeySym.Mod to check if SHIFT has been pressed/released, but I'm getting an error when trying to compile, as the Free Pascal compiler doesn't like '.Mod'. I'm guessing that's because of the standard Pascal 'MOD' function. How do I get around that?