diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-08-17 22:49:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-08-17 22:49:10 +0200 |
| commit | 3f047eef5b84c4212da865b5cdadb70076f07805 (patch) | |
| tree | 30731e46b7e57416f22d6aece914c413ae826943 /doc/manual/dcpomatic.xml | |
| parent | 924f4edb20d14bc697956254951fb87513cf2e19 (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.xml | 39 |
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> |
