Keys Enumeration
Supplies constants representing keyboard keys on mobile devices, which can be used in the input parameter of the IDevice.SendKey method.

C# Syntax

public enum Keys : System.Enum 
Members
MemberDescription
BackspaceThe Backspace key. Supported on iOS and Android.
DeleteThe Delete key. Supported on iOS and Android.
DownThe Down key. Supported on Android.
EndThe End key. Supported on Android.
EnterThe Enter key. Supported on iOS and Android.
EscapeThe Escape key. Supported on Android.
HomeThe Home key. Supported on Android.
LeftThe Left key. Supported on Android.
PageDownThe PageDown key. Supported on Android.
PageUpThe PageUp key. Supported on Android.
ReturnThe Return key. Supported on iOS.
RightThe Right key. Supported on Android.
TabThe Tab key. Supported on Android.
UpThe Up key. Supported on Android.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.SDK.Mobile.Keys