Scroll Wheel

This commit is contained in:
dbolton 2013-06-07 14:51:25 -05:00
parent 033d435789
commit b744b652f1

View File

@ -42,7 +42,7 @@ title: Using the Mouse
<li>Shift
</li>
</ul>
<h2>Mouse Wheel/Scroll</h2>
<h2>Scroll Wheel</h2>
<p>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. </p>
<p>Typically, scrolling is used to adjust continuous controls (e.g. faders/knobs), or to scroll vertically or horizontally.</p>