From ac38fc46aa32847c719aae87b557ad1b4c732ee1 Mon Sep 17 00:00:00 2001 From: Ed Ward Date: Mon, 10 Apr 2017 15:55:27 +0200 Subject: [PATCH] Correcting 'panning' to 'scrolling' --- include/navigating-the-editor.html | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/include/navigating-the-editor.html b/include/navigating-the-editor.html index 6f662fc..b871527 100644 --- a/include/navigating-the-editor.html +++ b/include/navigating-the-editor.html @@ -9,11 +9,10 @@ The keyboard shortcuts can, as always, be edited, so the defaults are shown here.

-

Panning and scrolling

+

Scrolling

- Panning can be done on-canvas, or with the Summary. Panning - vertically is often named scrolling. + Scrolling can be done on-canvas, or with the Summary.

On Canvas

@@ -23,19 +22,19 @@ ActionMouseKeyboard - Panning up - Panning down - Panning up one page - Panning down one page - Panning left - Panning right + Scrolling up + Scrolling down + Scrolling up one page + Scrolling down one page + Scrolling left + Scrolling right

Moving the playhead outside the view may scroll the screen accordingly, so using or or , while not - panning per se, will result in panning if Transport + scrolling per se, will result in scrolling if Transport > Follow playhead is checked. This is also true with the Navigation Timeline, and anything that moves the Playhead.

@@ -43,8 +42,8 @@

In the Summary

- Clicking and dragging in the Summary will pan the view left and right. If the - screen view is clicked (the white rectangle) and dragged, the view can also be panned + 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 scrolled vertically.

-- 2.37.2