Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / renaming_tracks.xml
blob06e7d461890acf7e6afb86dd20f4b666d1c10918
1 <?xml version="1.0" standalone="no"?>
3 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
5 <!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
6 %BOOK_ENTITIES;
8 ]>
10 <section id="renaming-tracks">
11   <title>Renaming Tracks</title>
12   <indexterm>
13     <primary>Tracks</primary>
14     <secondary>Renaming</secondary>
15   </indexterm>
16   <para>
17     Tracks can be renamed from within the &EDIT_WIN; or the &MIX_WIN;.
18   </para>
20   <para>
21     To change the name of a track in the Editor Window click within the
22     track name field in the &TRACK_CONTROLS;, enter the new track name and
23     press the <keycap>Enter</keycap> key to confirm the change.
24   </para>
25   <mediaobject>
26     <imageobject>
27       <imagedata fileref="images/track_name_field.png"/>
28     </imageobject>
29   </mediaobject>
30   <para>
31     If you decide not to rename a track after already changing the content
32     of the track name field but before confirming the change pressing the
33     <keycap>ESC</keycap> key will restore the original track name.
34   </para>
35   <tip>
36     <para>
37       Several tracks can be renamed quickly in sequence by using the
38       <keycap>Tab</keycap> key to move the focus between the track name
39       fields.
40     </para>
41   </tip>
42   <para>
43     To change the name of a track in Mixer Window click on the track name
44     button and choose <guimenuitem>Rename</guimenuitem> from the pop-up
45     menu.
46   </para>
47   <mediaobject>
48     <imageobject>
49       <imagedata fileref="images/mixer_strip_name_button_popup.png"/>
50     </imageobject>
51   </mediaobject>
52   <para>
53     A dialog will then appear allowing you to rename the track, input the
54     new name and press <keycap>Enter</keycap> or click
55     <guimenuitem>Rename</guimenuitem> to confirm the name change.
56   </para>
57 </section>