enum class ModifierKey
Pairs the short and long name of a modifier key together.
shortName
- the short name of the modifier key
longName
- the long name of the modifier key
The ⎇ (Alt or Opt) key. |
|
The control (Ctrl or ⌘) key. |
|
The ⇧ (Shift) key). |
val longName: String
the long name of the modifier key |
|
val shortName: String
the short name of the modifier key |