DropletKeyboardShortcut

A key equivalent, as the user recorded it.

struct DropletKeyboardShortcut

Initializers

init(from:)

init(from decoder: any Decoder) throws

init(keyCode:modifiers:)

init(keyCode: UInt16, modifiers: UInt)

Properties

keyCode

let keyCode: UInt16

Virtual key code.

modifiers

let modifiers: UInt

Carbon-style modifier mask, as the host records it.