Coree.NETWindows
  • API
Show / Hide Table of Contents
  • Coree.NETWindows
    • KeyModifier
    • Keys
  • Coree.NETWindows.Classes
    • GlobalHotkey
  • Coree.NETWindows.NativeMethods
    • ConsoleManagement
    • ConsoleManagement.ConsoleColors
  • Coree.NETWindows.Services.PInvoke
    • IPInvokeService
    • PInvokeService
  • Coree.NETWindows.Utilities
    • MainContext

Enum KeyModifier

Defines keyboard modifiers that can be combined using bitwise operations to represent multiple modifiers for a hotkey.

Namespace: Coree.NETWindows
Assembly: Coree.NETWindows.dll
Syntax
[Flags]
public enum KeyModifier

Fields

Name Description
Alt

Represents the Alt key modifier.

Ctrl

Represents the Control (Ctrl) key modifier.

None

Indicates that no modifiers are pressed.

Shift

Represents the Shift key modifier.

WinKey

Represents the Windows key modifier.

  • Edit this page
  • View Source
In this article
Back to top