Skip to content

KeyInputStep

Namespace: Hex1b.Automation

Assembly: Hex1b.dll

A step that sends a single key event.

csharp
public sealed record KeyInputStep : TestStep, IEquatable<TestStep>, IEquatable<KeyInputStep>

Inheritance

ObjectTestStepKeyInputStep

Implements

Constructors

KeyInputStep(Hex1bKey, string, Hex1bModifiers)

A step that sends a single key event.

Parameters:

csharp
public KeyInputStep(Hex1bKey Key, string Text, Hex1bModifiers Modifiers)

Properties

Key

Returns: Hex1bKey

csharp
public Hex1bKey Key { get; init; }

Modifiers

Returns: Hex1bModifiers

csharp
public Hex1bModifiers Modifiers { get; init; }

Text

Returns: String

csharp
public string Text { get; init; }

Released under the MIT License.