$command ( element -- )
Factor handbook » UI framework » Implementing new gadgets » UI gestures » Commands

Prev:$command-map ( element -- )


Vocabulary
ui.commands

Inputs
elementa triple { class map command }


Outputs
None

Word description
Prints the keyboard shortcut associated with command in the command map named map on the class class.

Definition