Keyboard Class

A class that enables low-level keyboard device operations.

When working in a grid configuration, use IDesktopEnvironment.Keyboard to get the IKeyboardDevice object, which enables keyboard operations on a specific environment or grid node.

C# Syntax

public class Keyboard 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Keyboard

Public Constructors
 NameDescription
Public ConstructorKeyboard Constructor  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)KeyDownOverloaded. Presses and holds the specified key using a keyboard scan code.  
Public Methodstatic (Shared in Visual Basic)KeyUpOverloaded. Releases the specified key based on its keyboard scan code.  
Public Methodstatic (Shared in Visual Basic)PressKeyOverloaded. Presses the specified key using a keyboard scan code.  
Public Methodstatic (Shared in Visual Basic)SendStringTypes the specified string.  
Top