Enum KeyboardLayoutType
Represents a physical layout type for a keyboard
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public enum KeyboardLayoutType
  Fields
| Name | Description | 
|---|---|
| ABNT | The ABNT layout type, often used in Brazil/Portugal (based on ISO)  | 
      
| ANSI | The ANSI layout type, often used in the US (uses a short enter)  | 
      
| ISO | The ISO layout type, often used in the EU (uses a tall enter)  | 
      
| JIS | The JIS layout type, often used in Japan (based on ISO)  | 
      
| KS | The KS layout type, often used in South Korea  | 
      
| Unknown | An unknown layout type  |