Table of Contents

Enum KeyModifier

Represents keyboard keys that can be pressed and held down during the execution of a method, such as the SendKeys method.

Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
[Flags]
public enum KeyModifier

Fields

Name Description
Alt

An Alt key.

Ctrl

A control key.

LeftAlt

The left Alt key.

LeftCtrl

The left control key.

LeftShift

The left Shift key.

The left Windows key.

None

No key is pressed.

RightAlt

The right Alt key.

RightCtrl

The right control key.

RightShift

The right Shift key.

The right Windows key.

Shift

A Shift key.

A Windows key.