Add some keyboard shortcuts to the manual (#2073).
authorCarl Hetherington <cth@carlh.net>
Mon, 16 Aug 2021 22:40:49 +0000 (00:40 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 16 Aug 2021 22:40:49 +0000 (00:40 +0200)
doc/manual/dcpomatic.xml

index 10a21237d49e73e23d79e94a944911d7a10a513b..4fd17dd6ddf5a01839afbc18f517c7705435bcdd 100644 (file)
@@ -3775,6 +3775,51 @@ The full details of OV and VF files are discussed in <xref linkend="sec-overlay"
 
 </chapter>
 
+
+<!-- ============================================================== -->
+<chapter>
+<title>Keyboard shortcuts</title>
+
+<table id="keyboard-shortcuts">
+  <title>Keyboard shortcuts</title>
+  <tgroup cols='2' align='left' colsep='1' rowsep='1'>
+    <thead>
+      <row>
+       <entry>Key</entry>
+       <entry>Action</entry>
+      </row>
+    </thead>
+    <tbody>
+      <row>
+        <entry>Space</entry>
+       <entry>Start / stop playback</entry>
+      </row>
+      <row>
+        <entry>Delete</entry>
+       <entry>Remove content from film</entry>
+      </row>
+      <row>
+        <entry>Left arrow</entry>
+       <entry>Move back one frame</entry>
+      </row>
+      <row>
+        <entry>Right arrow</entry>
+       <entry>Move forward one frame</entry>
+      </row>
+      <row>
+        <entry>Ctrl+A</entry>
+       <entry>Add file(s) to film</entry>
+      </row>
+      <row>
+        <entry>Ctrl+T</entry>
+       <entry>Open timeline window</entry>
+      </row>
+    </tbody>
+  </tgroup>
+</table>
+</chapter>
+
+
 <!-- ============================================================== -->
 <chapter xml:id="ch-config" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en">
 <title>Configuration files</title>