From fdca11dec38421072e84d296636378cc2621e0be Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Tue, 13 Jul 2021 17:49:52 +0100 Subject: [PATCH] Remove unneeded table class I think this is a typo @pmario? --- editions/tw5.com/tiddlers/widgets/KeyboardWidget.tid | 1 - 1 file changed, 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/widgets/KeyboardWidget.tid b/editions/tw5.com/tiddlers/widgets/KeyboardWidget.tid index 0f7a18473..bf172952d 100644 --- a/editions/tw5.com/tiddlers/widgets/KeyboardWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/KeyboardWidget.tid @@ -26,7 +26,6 @@ The content of the `<$keyboard>` widget is rendered normally. The keyboard short <<.from-version "5.2.0">> The following variables are made available to the actions: -|column-1-20 |k |!Variables |!Description | |`event-key` |The <<.var event-key>> variable contains the character, if possible. eg: `1`. You can experiment with some settings at: [[Key Codes (Example)]] | |`event-code` |The <<.var event-code>> variable contains a character description. eg: `Digit1` instead of `1`. Or `Space` instead of an empty string ` `, which is hard to see|