Enum KeyboardLayoutType
Represents a physical layout type for a keyboard
public enum KeyboardLayoutType
Fields
ABNT = 4The ABNT layout type, often used in Brazil/Portugal (based on ISO)
ANSI = 1The ANSI layout type, often used in the US (uses a short enter)
ISO = 2The ISO layout type, often used in the EU (uses a tall enter)
JIS = 3The JIS layout type, often used in Japan (based on ISO)
KS = 5The KS layout type, often used in South Korea
Unknown = 0An unknown layout type