HotkeyModifiers Enumeration

Specifies a key-modifier to assign for a hotkey.

Definition

Namespace: DevCase.Core.IO.Devices.Input
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum HotkeyModifiers

Remarks

Members

None 0 Specifies any modifier.
Alt 1 The ALT keyboard key.
Control 2 The CTRL keyboard key.
Shift 4 The SHIFT keyboard key.
Win 8 The WIN keyboard key.
NoRepeat 16,384 Changes the hotkey behavior so that the keyboard auto-repeat does not yield multiple hotkey notifications.

See Also