Table of Contents

Enum KeyboardLayoutType

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents a physical layout type for a keyboard

public enum KeyboardLayoutType

Fields

ABNT = 4

The ABNT layout type, often used in Brazil/Portugal (based on ISO)

ANSI = 1

The ANSI layout type, often used in the US (uses a short enter)

ISO = 2

The ISO layout type, often used in the EU (uses a tall enter)

JIS = 3

The JIS layout type, often used in Japan (based on ISO)

KS = 5

The KS layout type, often used in South Korea

Unknown = 0

An unknown layout type