Source set: Common
object TextContextMenuKeys
Contains the objects used as keys for the compose provided context menu items.
Properties
CutKey
Source set: Common
val CutKey = Any()
Key for the context menu "Cut" item.
CopyKey
Source set: Common
val CopyKey = Any()
Key for the context menu "Copy" item.
PasteKey
Source set: Common
val PasteKey = Any()
Key for the context menu "Paste" item.
SelectAllKey
Source set: Common
val SelectAllKey = Any()
Key for the context menu "Select All" item.
AutofillKey
Source set: Common
val AutofillKey = Any()
Key for the context menu "Autofill" item.