diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-08-17 00:40:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-08-17 00:40:49 +0200 |
| commit | cd298dad8ac7cdea6b7fd04827f6cdb6ea669cda (patch) | |
| tree | 1a245ce4620160c41cbe56a85327805dcd8caa9b /doc | |
| parent | 6b50d63a76999bb5c443b69e7ec68b4607ab9b4e (diff) | |
Add some keyboard shortcuts to the manual (#2073).
Diffstat (limited to 'doc')
| -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> |
