1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00

Remove unneeded table class

I think this is a typo @pmario?
This commit is contained in:
jeremy@jermolene.com 2021-07-13 17:49:52 +01:00
parent f83875331d
commit fdca11dec3

View File

@ -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|