]> Shamusworld >> Repos - ardour-manual/blob - include/using-key-bindings.html
Update the list of available markers and their descriptions
[ardour-manual] / include / using-key-bindings.html
1
2 <p>
3   Ardour has many available commands for playback control that can be bound
4   to keys. Many of them have <a href="@@keyboard-and-mouse-shortcuts">default
5   bindings</a>, Some of the most used are found below.
6 </p>
7
8 <p>
9   Those keybindings are shown in the corresponding menus. Memorizing at least
10   the most frequently used can be a great time saver.
11 </p>
12
13 <table class="dl">
14   <tr><th><kbd>Space</kbd></th>
15   <td>switch between playback and stop.</td></tr>
16   <tr><th><kbd>Home</kbd></th>
17   <td>Move playhead to session start marker</td></tr>
18   <tr><th><kbd>End</kbd></th>
19   <td>Move playhead to session end marker</td></tr>
20   <tr><th><kbd>&rarr;</kbd></th>
21   <td>Playhead to Next Grid</td></tr>
22   <tr><th><kbd>&larr;</kbd></th>
23   <td>Playhead to Previous Grid</td></tr>
24   <tr><th><kbd>0</kbd></th>
25   <td>Move playhead to start of the timeline</td></tr>
26   <tr><th><kbd class="mod3">space</kbd></th>
27   <td>Start recording</td></tr>
28   <tr><th><kbd class="mod1">space</kbd></th>
29   <td>Stop and forget capture</td></tr>
30 </table>
31