KeyDown

Description

Determines whether the user pressed the specified key on the computer keyboard.

Syntax

KeyDown ( keycode )

Returns

Boolean. Returns true if keycode was pressed and false if it was not. If keycode is null, KeyDown returns null.