Correcting 'panning' to 'scrolling'

This commit is contained in:
Ed Ward 2017-04-10 15:55:27 +02:00
parent 62e32a441a
commit ac38fc46aa

View File

@ -9,11 +9,10 @@
The keyboard shortcuts can, as always, be edited, so the defaults are shown here. The keyboard shortcuts can, as always, be edited, so the defaults are shown here.
</p> </p>
<h2>Panning and scrolling</h2> <h2>Scrolling</h2>
<p> <p>
Panning can be done on-canvas, or with the <a href="@@summary">Summary</a>. Panning Scrolling can be done on-canvas, or with the <a href="@@summary">Summary</a>.
vertically is often named <em>scrolling</em>.
</p> </p>
<h3>On Canvas</h3> <h3>On Canvas</h3>
@ -23,19 +22,19 @@
<tr><th>Action</th><th>Mouse</th><th>Keyboard</th></tr> <tr><th>Action</th><th>Mouse</th><th>Keyboard</th></tr>
</thead> </thead>
<tbody> <tbody>
<tr><th>Panning up</th><td><kbd class="mouse">&uArr;</kbd></td><td><kbd>&uarr;</kbd></td></tr> <tr><th>Scrolling up</th><td><kbd class="mouse">&uArr;</kbd></td><td><kbd>&uarr;</kbd></td></tr>
<tr><th>Panning down</th><td><kbd class="mouse">&dArr;</kbd></td><td><kbd>&darr;</kbd></td></tr> <tr><th>Scrolling down</th><td><kbd class="mouse">&dArr;</kbd></td><td><kbd>&darr;</kbd></td></tr>
<tr><th>Panning up one page</th><td></td><td><kbd>&#8670;</kbd></td></tr> <tr><th>Scrolling up one page</th><td></td><td><kbd>&#8670;</kbd></td></tr>
<tr><th>Panning down one page</th><td></td><td><kbd>&#8671;</kbd></td></tr> <tr><th>Scrolling down one page</th><td></td><td><kbd>&#8671;</kbd></td></tr>
<tr><th>Panning left</th><td><kbd class="mod3 mouse">&uArr;</kbd></td><td></td></tr> <tr><th>Scrolling left</th><td><kbd class="mod3 mouse">&uArr;</kbd></td><td></td></tr>
<tr><th>Panning right</th><td><kbd class="mod3 mouse">&dArr;</kbd></td><td></td></tr> <tr><th>Scrolling right</th><td><kbd class="mod3 mouse">&dArr;</kbd></td><td></td></tr>
</tbody> </tbody>
</table> </table>
<p class="note"> <p class="note">
Moving the playhead outside the view may scroll the screen accordingly, so using Moving the playhead outside the view may scroll the screen accordingly, so using
or <kbd class="mod2">&larr;</kbd> or <kbd class="mod2">&rarr;</kbd>, while not or <kbd class="mod2">&larr;</kbd> or <kbd class="mod2">&rarr;</kbd>, while not
<em>panning</em> per se, will result in panning if <kbd class="option">Transport <em>scrolling</em> per se, will result in scrolling if <kbd class="option">Transport
> Follow playhead</kbd> is checked. This is also true with the <a href="@@mini-timeline"> > Follow playhead</kbd> is checked. This is also true with the <a href="@@mini-timeline">
Navigation Timeline</a>, and anything that moves the Playhead. Navigation Timeline</a>, and anything that moves the Playhead.
</p> </p>
@ -43,8 +42,8 @@
<h3>In the Summary</h3> <h3>In the Summary</h3>
<p> <p>
Clicking and dragging in the Summary will pan the view left and right. If the Clicking and dragging in the Summary will scroll the view left and right. If the
screen view is clicked (the white rectangle) and dragged, the view can also be panned screen view is clicked (the white rectangle) and dragged, the view can also be scrolled
vertically. vertically.
</p> </p>
<p> <p>