Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / editor_range_operations_key_bindings.xml
blobb6d20e85048967e3c6203db71a0adaff6700da9b
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 ]>
7 <section id="sn-editor-range-operations-key-bindings">
8   <title>Range Operations</title>
9   <table id="tbl-editor-range-operations-key-bindings">
10     <title>Range Operations Key Bindings</title>
11     <tgroup cols = "2">
12       <colspec colnum="1" colname="Key Binding" colwidth="1"/>
13       <colspec colnum="2" colname="Action" colwidth= "2"/>
14       <thead>
15         <row>
16           <entry>
17             Key Binding
18           </entry>
20           <entry>
21             Action
22           </entry>
23         </row>
24       </thead>
25       <tbody>
26         <row>
27           <entry>
28             <keycombo><keycap>F6</keycap></keycombo>
29           </entry>
31           <entry>
32             select range using edit range
33           </entry>
34         </row>
36         <row>
37           <entry>
38             <keycombo><keycap>&gt;</keycap></keycombo>
39           </entry>
41           <entry>
42             extend range to end of region
43           </entry>
44         </row>
46         <row>
47           <entry>
48             <keycombo><keycap>&lt;</keycap></keycombo>
49           </entry>
51           <entry>
52             extend range to start of region
53           </entry>
54         </row>
55       </tbody>
56     </tgroup>
57   </table>
58 <!--
59         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
60                 href="Some_Subsection.xml" />
61         -->
62 </section>