Table of Contents

Enum Keys

Namespace
HP.LFT.SDK.Mobile
Assembly
HP.LFT.SDK.dll

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

public enum Keys

Fields

Backspace = 2

The Backspace key. Supported on iOS and Android.

Delete = 3

The Delete key. Supported on iOS and Android.

Down = 13

The Down key. Supported on Android.

End = 8

The End key. Supported on Android.

Enter = 0

The Enter key. Supported on iOS and Android.

Escape = 5

The Escape key. Supported on Android.

Home = 9

The Home key. Supported on Android.

Left = 10

The Left key. Supported on Android.

PageDown = 7

The PageDown key. Supported on Android.

PageUp = 6

The PageUp key. Supported on Android.

Return = 1

The Return key. Supported on iOS.

Right = 11

The Right key. Supported on Android.

Tab = 4

The Tab key. Supported on Android.

Up = 12

The Up key. Supported on Android.