Enum KeyboardSection
Represents a section of LEDs on a keyboard
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public enum KeyboardSection
Fields
| Name | Description |
|---|---|
| ArrowKeys | A region containing the arrow keys of a keyboard |
| Extra | A region containing the extra non-standard LEDs of a keyboard |
| FunctionKeys | A region containing the F-keys of a keyboard |
| LedStrips | A region containing the LED strips of a keyboard |
| MacroKeys | A region containing the macro keys of a keyboard |
| MediaKeys | A region containing the media keys of a keyboard |
| Movement | A region containing the movement keys of a keyboard (WASD for QWERTY and ZQSD for AZERTY) |
| NumPad | A region containing the Numpad of a keyboard |
| NumberKeys | A region containing the numeric keys of a keyboard |