Key

data class Key(val name: String) : Keybinding.Part

A regular (non-modifier) key.

Parameters

name

the display name of this key, as-is

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard
open override val displayName: String

The display name of this part.

Link copied to clipboard

The display name of this part on macOS. By default, this is the same as displayName.

Link copied to clipboard