PressKey(Byte) Method
Presses the specified key using a keyboard scan code.
Remarks
Supports scan code set 1, such as the list shown at: http://www.win.tue.nl/~aeb/linux/kbd/scancodes-1.html.

C# Syntax

public static void PressKey( 
   byte keyScanCode
)

Parameters

keyScanCode
The keyboard scan code of the key.