summaryrefslogtreecommitdiff
path: root/doc/manual/dcpomatic.xml
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-08-17 22:49:10 +0200
committerCarl Hetherington <cth@carlh.net>2021-08-17 22:49:10 +0200
commit3f047eef5b84c4212da865b5cdadb70076f07805 (patch)
tree30731e46b7e57416f22d6aece914c413ae826943 /doc/manual/dcpomatic.xml
parent924f4edb20d14bc697956254951fb87513cf2e19 (diff)
Add comments for shortcuts and extract them for the manual (#2073).
Diffstat (limited to 'doc/manual/dcpomatic.xml')
-rw-r--r--doc/manual/dcpomatic.xml39
1 files changed, 1 insertions, 38 deletions
diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml
index 4fd17dd6d..797a49fe5 100644
--- a/doc/manual/dcpomatic.xml
+++ b/doc/manual/dcpomatic.xml
@@ -3779,44 +3779,7 @@ The full details of OV and VF files are discussed in <xref linkend="sec-overlay"
<!-- ============================================================== -->
<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>
+<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shortcuts.xml"/>
</chapter>