diff --git a/editions/tw5.com/tiddlers/widgets/KeyboardWidget.tid b/editions/tw5.com/tiddlers/widgets/KeyboardWidget.tid index b38786f28..70ca38f46 100644 --- a/editions/tw5.com/tiddlers/widgets/KeyboardWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/KeyboardWidget.tid @@ -25,6 +25,15 @@ The content of the `<$keyboard>` widget is rendered normally. The keyboard short Key strings are made up of one or more key specifiers separated by spaces. Each key specifier is zero or more of the modifiers alt, shift, ctrl or meta followed by the name of a key, all joined with "+" plus or "-" minus symbols. Key names are either the letter or digit printed on the key (eg "a" or "1"), or one of the special keys backspace, tab, enter or escape. +<$railroad text=""" +[: { + ("alt" | "shift" | "ctrl" |: "meta" ) +("+" | "-") + } + "+" +] +( "" | "backspace" |: "tab" | "enter" | "escape" ) +"""/> + For example: ```