Add an empty index element so that the docbook xsl will automatically generate the...
[ardour.git] / manual / xml / renaming_tracks.xml
1 <?xml version="1.0" standalone="no"?>
2
3 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4
5 ]>
6
7 <section id="renaming-tracks">
8   <title>Renaming Tracks</title>
9   <para>
10     Tracks can be renamed from within the
11     <link linkend="sn-editor-window">Editor Window</link> or the
12     <link linkend="sn-mixer-window">Mixer Window</link>.
13   </para>
14
15   <para>
16     To change the name of a track in the Editor Window click within the
17     track name field in the <link linkend="track-controls">Track
18     Controls</link>, enter the new track name and press the
19     <keycap>Enter</keycap> key to confirm the change.
20   </para>
21   <mediaobject>
22     <imageobject>
23       <imagedata fileref="images/track_name_field.png"/>
24     </imageobject>
25   </mediaobject>
26   <para>
27     If you decide not to rename a track after already changing the content
28     of the track name field but before confirming the change pressing the
29     <keycap>ESC</keycap> key will restore the original track name.
30   </para>
31   <tip>
32     <para>
33       Several tracks can be renamed quickly in sequence by using the
34       <keycap>Tab</keycap> key to move the focus between the track name
35       fields.
36     </para>
37   </tip>
38   <para>
39     To change the name of a track in Mixer Window click on the track name
40     button and choose <guimenuitem>Rename</guimenuitem> from the pop-up
41     menu.
42   </para>
43   <mediaobject>
44     <imageobject>
45       <imagedata fileref="images/mixer_strip_name_button_popup.png"/>
46     </imageobject>
47   </mediaobject>
48   <para>
49     A dialog will then appear allowing you to rename the track, input the
50     new name and press <keycap>Enter</keycap> or click
51     <guimenuitem>Rename</guimenuitem> to confirm the name change.
52   </para>
53
54   <warning>
55     <para>
56       Changes to track names cannot be undone.
57     </para>
58   </warning>
59 </section>