ui.operations: add docs for +secondary+.
parent
603728b181
commit
7f23854b56
|
|
@ -17,6 +17,9 @@ HELP: +keyboard+
|
|||
HELP: +primary+
|
||||
{ $description "A key which may be set in the hashtable passed to " { $link define-operation } ". If set to a true value, this operation becomes the default operation performed when a presentation matching the operation's predicate is clicked with the mouse." } ;
|
||||
|
||||
HELP: +secondary+
|
||||
{ $description "A key which may be set in the hashtable passed to " { $link define-operation } ". If set to a true value, this operation becomes the default operation performed when " { $snippet "RET" } " is pressed while a presentation matching the operation's predicate is selected in a list." } ;
|
||||
|
||||
HELP: operation
|
||||
{ $description "An abstraction for an operation which may be performed on a presentation."
|
||||
$nl
|
||||
|
|
|
|||
Loading…
Reference in New Issue