🌈 Create new beautiful Compose Gradients with our new wesite ->
Object

TextContextMenuKeys

Contains the objects used as keys for the compose provided context menu items.

Source set: Common
public object TextContextMenuKeys

Contains the objects used as keys for the compose provided context menu items.

Properties

CutKey

Source set: Common
public val CutKey: Any = Any()

Key for the context menu "Cut" item.

CopyKey

Source set: Common
public val CopyKey: Any = Any()

Key for the context menu "Copy" item.

PasteKey

Source set: Common
public val PasteKey: Any = Any()

Key for the context menu "Paste" item.

SelectAllKey

Source set: Common
public val SelectAllKey: Any = Any()

Key for the context menu "Select All" item.

AutofillKey

Source set: Common
public val AutofillKey: Any = Any()

Key for the context menu "Autofill" item.

Content updated: