updated debugger doc for changed Time Machine navigation buttons

This commit is contained in:
thrust26 2018-02-01 11:25:44 +01:00
parent 6d1c5b1301
commit 8813d5b9e7
1 changed files with 7 additions and 6 deletions

View File

@ -348,27 +348,27 @@ size can be configured e.g. in the
<td>Frame+1</td>
</tr>
<tr>
<td>Control-r</td>
<td>Alt-Left arrow</td>
<td>Rewind 1</td>
</tr>
<tr>
<td>Control-Shift-r</td>
<td>Shift-Alt-Left arrow</td>
<td>Rewind 10</td>
</tr>
<tr>
<td>Control-Alt-r</td>
<td>Alt-Down arrow</td>
<td>Rewind all</td>
</tr>
<tr>
<td>Control-y</td>
<td>Alt-Right arrow</td>
<td>Unwind 1</td>
</tr>
<tr>
<td>Control-Shift-y</td>
<td>Shift-Alt-Right arrow</td>
<td>Unwind 10</td>
</tr>
<tr>
<td>Control-Alt-y</td>
<td>Alt-Up arrow</td>
<td>Unwind all</td>
</tr>
<tr>
@ -377,6 +377,7 @@ size can be configured e.g. in the
</tr>
</table>
</p>
For MacOS use 'Cmd' instead of &nbsp;'Alt' key.
<p>To the left of the global buttons, you find the "Options..." button.</p>
<ul>
<p><img src="graphics/debugger_options.png"></p>