KeyUp(Byte) Method
Releases the specified key based on its keyboard scan code.
Remarks
Supports the PS/2 Keyboard scan code set 1.

C# Syntax

public static void KeyUp( 
   byte keyScanCode
)

Parameters

keyScanCode
The keyboard scan code of the key to release.