Companion

object Companion

Companion object containing platform-specific modifier key representations.

Properties

Link copied to clipboard
val Alt: String

Platform-specific representation of the Alt/Option key. On macOS, this is "⌥", on other platforms, this is "Alt+".

Link copied to clipboard

Platform-specific representation of the Control key. On macOS, this is "⌃", on other platforms, this is "Ctrl+".

Link copied to clipboard

Platform-specific representation of the Meta/Command key. On macOS, this is "⌘", on other platforms, this is "Win+".

Link copied to clipboard

Platform-specific representation of the Shift key. On macOS, this is "⇧", on other platforms, this is "Shift+".