diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2024-11-14 19:35:45 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2024-11-14 19:35:45 +0100 |
commit | df5520aa2dae5b3ce7abf8733dcdd152898af163 (patch) | |
tree | 00d3047bfb14f682bfb5a21010c731ed649bfed7 /app/lib/demos/dmselect.xtr | |
parent | df247efec654e512242e4f4f1b0212034f9e01fe (diff) | |
parent | ec3c0f6f6e7153fa797dc57a0e95779cbc63a23b (diff) |
Merge branch 'release/debian/1_5.3.0GA-1'debian/1_5.3.0GA-1
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 |