Handbook
Glossary
$operation ( element -- )
Factor handbook
»
UI framework
»
Implementing new gadgets
»
UI gestures
»
Operations
Prev:
$operations ( element -- )
Vocabulary
ui
.
operations
Inputs
element
a 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
USING:
help.markup
sequences
ui.gestures
words
;
IN:
ui.operations
:
$operation
( element -- )
first
+keyboard+
word-prop
gesture>string
$snippet
;