Enum HardwareKeyModifierKeys
Hardware key modifier keys.
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
[Flags]
public enum HardwareKeyModifierKeys
Fields
| Name | Description |
|---|---|
| Alternate | The alternate (traditional [Alt] or Apple [option]) key was pressed at the same time the hardware key was pressed |
| Any | Match any modifier key combination |
| CapsLock | The caps lock [Caps] is on when the hardware key was pressed |
| Control | The control [Ctrl] key was pressed at the same time the hardware key was pressed |
| FunctionKey | Was the key press occompanied by the function [fn] key? |
| None | No modifier keys (default) |
| NumericPadKey | Did the key press come from a key on the numberic key pad? |
| PlatformKey | The platform key (Windows menu [⊞] or Apple [⌘ command]) |
| Shift | The shift key was pressed at the same time the hardware key was pressed |