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