Back to API Reference
Enum

NativeModifiers

Modifier key flags delivered alongside NativeKeyCode from the native layer.

public static readonly NativeModifiers None = 0
public static readonly NativeModifiers Shift = 1 << 0
public static readonly NativeModifiers Ctrl = 1 << 1
public static readonly NativeModifiers Alt = 1 << 2
public static readonly NativeModifiers Cmd = 1 << 3

macOS Command key. On Windows this maps to the Win key (rarely used for editing).