53 lines
1.6 KiB
HTML
53 lines
1.6 KiB
HTML
<p>
|
|
The Arrangement list shows all range sections in the session, with start and
|
|
end time for each of them in the time domain of the first clock.
|
|
</p>
|
|
|
|
<figure>
|
|
<img style="width:50%;" src="/images/arrangement-list.png"
|
|
alt="Arrangement list">
|
|
<figcaption>Arrangement list</figcaption>
|
|
</figure>
|
|
|
|
<p>
|
|
Selecting a range section in the list opens a small window below that
|
|
display range section timing: end, start, and duration. Its time domain
|
|
can be selected in the right-click menu.
|
|
</p>
|
|
|
|
<figure>
|
|
<img style="width:50%;" src="/images/arrangement-list-selected-section.png"
|
|
alt="Selected range section in the Arrangement list">
|
|
<figcaption>Selected range section in the Arrangement list</figcaption>
|
|
</figure>
|
|
|
|
<h2>Copying and pasting range sections</h2>
|
|
|
|
<p>
|
|
An existing range section can be easily copied and pasted using this list
|
|
editor. Simply pick a range section and drag it up or down to insert
|
|
between two other existing sections, before the first section, or after
|
|
the last section.
|
|
</p>
|
|
|
|
<h2>Renaming range sections</h2>
|
|
|
|
<p>
|
|
To rename an existing range section, either double-click its name or
|
|
right-click it and select the
|
|
<kbd class="menu">Rename the selected Section</kbd> menu item, then input
|
|
the new caption of the range section, and press <kbd>Enter</kbd> to confirm.
|
|
</p>
|
|
|
|
<p>
|
|
To cancel the renaming before the confirmation, press the <kbd>Esc</kbd>
|
|
key.
|
|
</p>
|
|
|
|
<h2>Removing range sections</h2>
|
|
|
|
<p>
|
|
To remove an existing range section, either press the <kbd>Del</kbd> key or
|
|
select the <kbd class="menu">Remove the selected Section</kbd> menu item.
|
|
</p>
|