diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2024-07-03 10:19:30 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2024-07-03 10:19:30 +0200 |
commit | a14a7a0ccc9de76aeab0b2e4bbf58f1a79deedc2 (patch) | |
tree | e469179df67a0e0db49161a43cbf8076a189f6f4 /app/lib/demos/dmselect.xtr | |
parent | 5d2c2b27a6323e2666378b986129b2a7c2c39e5c (diff) |
New upstream version 5.3.0GAupstream/5.3.0GAupstream
Diffstat (limited to 'app/lib/demos/dmselect.xtr')
-rw-r--r-- | app/lib/demos/dmselect.xtr | 34 |
1 files changed, 31 insertions, 3 deletions
diff --git a/app/lib/demos/dmselect.xtr b/app/lib/demos/dmselect.xtr index 06bed0c..cff9af7 100644 --- a/app/lib/demos/dmselect.xtr +++ b/app/lib/demos/dmselect.xtr @@ -177,12 +177,36 @@ Selected tracks can be moved or rotated during the <Select> command. Selected tracks can also be deleted, hidden, listed and exported. -When you move the cursor near a track that could be selected, the track is drawn with think blue lines. +When you move the cursor near a track that could be selected, the track is drawn with thick blue lines. END STEP COMMAND Select MESSAGE _________________________________________ +The Select operates in two modes which are controled by the Options|Command menu. +END +PARAMETER misc cmdCmdopt +BIGPAUSE +PARAMETER cmdopt selectmode 1 +MESSAGE + +In 'classic' mode, clicking on an object adds it to set of selected objects. +END +STEP +PARAMETER cmdopt selectmode 0 +MESSAGE + +In the 'new' mode, clicking on an object deselectes all other objects, leaving just the newly selected object. +Holding down the Ctrl key reverses this behavior. + +This demo will use the 'new' mode. + +There is also an option to the control the behavior of clicking on empty space: do nothing or deselecting all objects. +END +STEP +PARAMETER cmdopt ok +MESSAGE +_________________________________________ A Left-Click selects a track END @@ -263,8 +287,12 @@ _________________________________________ Be careful with this because its very easy to select all tracks this way END STEP -MOUSE 2 19.840 2.560 -MOUSE 4 19.840 2.560 +MOUSE 2 12.000 5.560 +MOUSE 4 12.000 5.560 +#KEYSTATE C +#MOUSE 2 19.840 2.560 +#KEYSTATE C +#MOUSE 4 19.840 2.560 BIGPAUSE KEYSTATE 2 MOUSE 2 19.840 2.560 |