diff options
Diffstat (limited to 'doc/manual/dcpomatic.xml')
| -rw-r--r-- | doc/manual/dcpomatic.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index 10a21237d..4fd17dd6d 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -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> |
