Something like this:
<img src="https://dl.dropbox.com/u/8367729/construct/pics/keyPressWait.png" border="0" />
Use 'on key pressed' instead of 'key is down' so the event only fires once and not continuously. And the check in event 26 so it doesn't scroll back up while the down key is still down.