From b744b652f149279bbb02d52c7095f992b182fdc7 Mon Sep 17 00:00:00 2001 From: dbolton Date: Fri, 7 Jun 2013 14:51:25 -0500 Subject: [PATCH] Scroll Wheel --- .../02_basic-gui-operations/06_using-the-mouse.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_manual/04_ardours-interface/02_basic-gui-operations/06_using-the-mouse.html b/_manual/04_ardours-interface/02_basic-gui-operations/06_using-the-mouse.html index 5c88296..23e2a9d 100644 --- a/_manual/04_ardours-interface/02_basic-gui-operations/06_using-the-mouse.html +++ b/_manual/04_ardours-interface/02_basic-gui-operations/06_using-the-mouse.html @@ -42,7 +42,7 @@ title: Using the Mouse
  • Shift
  • -

    Mouse Wheel/Scroll

    +

    Scroll Wheel

    Ardour can make good use of a scroll wheel on your mouse, which can be utilized for a variety of purposes. Scroll wheels can generate both vertical scroll events (ScrollUp and ScrollDown) and/or horizontal events (ScrollLeft and ScrollRight). When appropriate, Ardour will differentiate between these two different scroll axes. Otherwise it will interpret ScrollDown and ScrollLeft as equivalent and similarly interpret ScrollUp and ScrollRight as equivalent.

    Typically, scrolling is used to adjust continuous controls (e.g. faders/knobs), or to scroll vertically or horizontally.