dfec6899ef
This includes fixing em-dashes, badly spaced colons, various misspellings, removal of spurious {% %} constructs, conversion of <br /> to <br> (still too many <br>s kicking around), and initial light cleanup of a few sections that caught my eye.
27 lines
721 B
HTML
27 lines
721 B
HTML
|
|
<p>
|
|
Ardour has many available commands for playback control that can be bound
|
|
to keys. Many of them have default bindings, some do not, so the list below
|
|
shows both the default bindings and internal command names.
|
|
</p>
|
|
|
|
<dl class="wide-table">
|
|
<dt><kbd>Space</kbd></dt>
|
|
<dd>switch between playback and stop.</dd>
|
|
<dt><kbd>Home</kbd></dt>
|
|
<dd>Move playhead to session start marker</dd>
|
|
<dt><kbd>End</kbd></dt>
|
|
<dd>Move playhead to session end marker</dd>
|
|
<dt><kbd>→</kbd></dt>
|
|
<dd></dd>
|
|
<dt><kbd>←</kbd></dt>
|
|
<dd></dd>
|
|
<dt><kbd>0</kbd></dt>
|
|
<dd>Move playhead to start of the timeline</dd>
|
|
</dl>
|
|
|
|
<p>Commands without default bindings include:</p>
|
|
|
|
<p class="fixme">Add content</p>
|
|
|