Optional configuration for Hotkey.OnUp. Only deviceId is accepted; block and wildcard are not valid here. Blocking is controlled by the matching Hotkey.OnDown or Hotkey.Register call.

interface HotkeyUpOptions {
    deviceId?: string;
}

Properties

Properties

deviceId?: string

Device path string to limit this handler to a specific physical device. Use Keyboard.OnRawEvent to discover device paths.