1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-02 02:48:03 +00:00

Update keyboard-driven-input_Macro.tid (#4781)

This commit is contained in:
Simon Huber
2020-07-31 13:54:06 +02:00
committed by GitHub
parent 222821804e
commit 5a6e35b4b0

View File

@@ -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 <kbd>{{$:/config/shortcuts/input-accept}}</kbd> |
|inputAcceptVariantActions |the actions that get processed when the user hits <kbd>{{$:/config/shortcuts/input-accept-variant}}</kbd> |
|inputCancelActions |the actions that get processed when the user hits <kbd>{{$:/config/shortcuts/input-cancel}}</kbd> |