From ae8ee5b955b799881d0cec84f0e3893911788635 Mon Sep 17 00:00:00 2001 From: Simon Huber Date: Fri, 23 Oct 2020 17:23:54 +0200 Subject: [PATCH] Update modifier Variable.tid (#4894) * Update modifier Variable.tid This updates the "modifier Variable" tiddler * Update modifier Variable.tid --- .../tw5.com/tiddlers/variables/modifier Variable.tid | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/variables/modifier Variable.tid b/editions/tw5.com/tiddlers/variables/modifier Variable.tid index 44c4c2077..2f1239a3d 100644 --- a/editions/tw5.com/tiddlers/variables/modifier Variable.tid +++ b/editions/tw5.com/tiddlers/variables/modifier Variable.tid @@ -2,13 +2,17 @@ tags: Variables [[Core Variables]] title: modifier Variable type: text/vnd.tiddlywiki -Within the ''action'' string of the DroppableWidget, the <<.def modifier>> [[variable|Variables]] contains the modifier key(s) held during the drag-process. -The possible keys are ''ctrl'', ''shift'' or both ''ctrl'' and ''shift'' +Within the ''action'' string of the DroppableWidget, the ''action'' string of the ButtonWidget and the ''action'' string of the LinkCatcherWidget, the <<.def modifier>> [[variable|Variables]] contains the modifier key(s) held during the drag-process. +The possible keys are ''ctrl'', ''shift'', ''alt'', ''ctrl'' and ''shift'', ''alt'' and ''shift'', ''ctrl'' and ''alt'', ''ctrl'' and ''alt'' and ''shift'' The variable contains a string that identifies the keys: |Modifier Key |Variable Content |h |ctrl |ctrl | +|alt |alt | |shift |shift | |ctrl+shift |ctrl-shift | -|no modifier (normal drag) |normal | +|alt+shift |alt-shift | +|ctrl+alt |ctrl-alt | +|ctrl+alt+shift |ctrl-alt-shift | +|no modifier (normal click / drag) |normal |