KeyDown(Byte) Method
Presses and holds the specified key using a keyboard scan code.
Remarks
Supports the PS/2 Keyboard scan code set 1.

C# Syntax

public static void KeyDown( 
   byte keyScanCode
)

Parameters

keyScanCode
The keyboard scan code of the key to hold.