$operation ( element -- )
Factor handbook » UI framework » Implementing new gadgets » UI gestures » Operations

Prev:$operations ( element -- )


Vocabulary
ui.operations

Inputs
elementa sequence containing a single word


Outputs
None

Word description
Prints the keyboard shortcut associated with the word, which must have been previously defined as an operation by a call to define-operation.

Definition