marta

Class Hotkey

Represents a hotkey bound to some Action.

class marta.Hotkey {

let description: String

let keyCode: Int?

let modifiers: OptionSet<HotkeyModifierFlag>

let text: String?

}