altkey

Using the ALT key with PyGame

Hi guys, I'm looking to detect the ALT key in PyGame, but every time I press it, it will bring up the menu that you normally get if you click the icon at the upper left of the window (Restore, Maximize, etc). How do I get PyGame to recognise the keypress, rather than the window? many thanks ...