Determines the primary function of the key.
[C#]
public enum KEYTYPE {}
Name | Description |
---|---|
Normal = 0x00 | Use when you do not wish to set any value. |
PlaneShift = 0x01 | Key selects the key plane, such as Orange or Green. |
NamedEvent = 0x02 | Key triggers a predefined Named Event. |
Multikey = 0x04 | Key triggers a predefined key macro. |
Modifier = 0x08 | Key acts as a modifier key, such as Shift, Control, Alt, Caps, and so on. |
AppLaunch = 0x10 | Key acts as a Microsoft Shell Application Launch key. |
DLLFunc = 0x20 | Key triggers one of several predefined keyboard driver functions. Not supported on all devices. |
Rotate = 0x40 | Key selects one of several predefined values, such as ABC on a cell phone "2" key. |
Unicode = 0x80 | Key triggers one of several predefined Unicode values. Not supported on all devices. |