VK_INSERT

The Insert key.

Functions

Link copied to clipboard
fun with(vararg modifiers: ModifierKey): Key

Answer the Key represented by this KeyCode and the provided ModifierKeys.

Properties

Link copied to clipboard
val code: Int

The numeric key code that represents the key.

Link copied to clipboard
val displayRepresentation: String

The platform-specific String that represents this key. Defaults to lookupKey.

Link copied to clipboard
val lookupKey: String

The key used to lookup this KeyCode.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val overLapCharacters: MutableSet<Char>

The set of characters that may also be mapped to this KeyCode on a keyboard.