PressKey Method (IKeyboardDevice)

Presses the specified key. This method has multiple overloads.

PressKey Method (Byte)

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 void PressKey( 
   byte keyScanCode
)

Parameters

keyScanCode
The keyboard scan code of the key.

PressKey Method (Keys)

Presses the specified key using a keyboard virtual key.

C# Syntax

                    
                        public void PressKey( 
   Keyboard.Keys key
)

Parameters

key
The keyboard code of the key.Possible values: Keyboard.Keys