intellij-randomness / com.fwdekker.randomness.ui / ModifierKey

ModifierKey

enum class ModifierKey

Pairs the short and long name of a modifier key together.

Parameters

shortName - the short name of the modifier key

longName - the long name of the modifier key

Enum Values

ALT

The ⎇ (Alt or Opt) key.

CTRL

The control (Ctrl or ⌘) key.

SHIFT

The ⇧ (Shift) key).

Properties

longName

val longName: String

the long name of the modifier key

shortName

val shortName: String

the short name of the modifier key