From 5a6e35b4b023de2fa89c88330aae5f6d7afdc536 Mon Sep 17 00:00:00 2001 From: Simon Huber Date: Fri, 31 Jul 2020 13:54:06 +0200 Subject: [PATCH] Update keyboard-driven-input_Macro.tid (#4781) --- .../tw5.com/tiddlers/macros/keyboard-driven-input_Macro.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/macros/keyboard-driven-input_Macro.tid b/editions/tw5.com/tiddlers/macros/keyboard-driven-input_Macro.tid index 45c4c0ec6..b32084802 100644 --- a/editions/tw5.com/tiddlers/macros/keyboard-driven-input_Macro.tid +++ b/editions/tw5.com/tiddlers/macros/keyboard-driven-input_Macro.tid @@ -11,7 +11,7 @@ The additional parameters are: | |purpose |h |storeTitle |the title of the tiddler that stores the user input | -|selectionStateTitle |the title of the tiddler that stores the selected entry with a -list1 or -list2 suffix to make it unique | +|selectionStateTitle |the title of the tiddler that stores the selected entry with a -primaryList or -secondaryList suffix to make it unique | |inputAcceptActions |the actions that get processed when the user hits {{$:/config/shortcuts/input-accept}} | |inputAcceptVariantActions |the actions that get processed when the user hits {{$:/config/shortcuts/input-accept-variant}} | |inputCancelActions |the actions that get processed when the user hits {{$:/config/shortcuts/input-cancel}} |