1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-09 17:00:27 +00:00
This commit is contained in:
BurningTreeC 2024-10-19 09:17:44 +02:00
parent b9c70fe8f2
commit e217b1a3ba

View File

@ -42,6 +42,7 @@ The content of the `<$eventcatcher>` widget is displayed normally.
The following variables are made available to the actions:
|!Variables |!Description |
|`html-direction` |<<.from-version "5.3.6">> The value of the ''dir'' attribute on the `html` element |
|`dom-*` |All DOM attributes of the node matching the given selector are made available as variables, with the prefix `dom-` |
|`modifier` |The [[modifier Variable]] contains the Modifier Key held during the event (can be "normal", "ctrl", "shift", "alt" or combinations thereof) |
|`event-mousebutton` |The mouse button (if any) used to trigger the event (can be "left", "right" or "middle"). Note that not all event types support the mousebutton property |