keyPress query

Heres the query then. im making a movie and want to launch a separate pop-up help window when the user presses the letter “H”. The code I have is as follows:

[COLOR=Magenta]on(keyPress “<H>”) {
getURL(“http://www.google.com”, blank_);
}[/COLOR]

could anyone help me out with a solution and tell me why it doesn’t work?