Key

data class Key(val code: KeyCode, val modifiers: Set<ModifierKey>)

A combination of keyboard keys.

Author

Mark van Gulik

Richard Arriaga

Constructors

Link copied to clipboard
constructor(code: KeyCode, modifiers: Set<ModifierKey>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The KeyCode of the Key combination.

Link copied to clipboard
Link copied to clipboard

The KeyStroke used to trigger this Key.

Link copied to clipboard

The ModifierKeys of this Key combination.