From 54bca41fed4d8a2eae3818151273a94022c6511b Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Sat, 23 Nov 2019 10:59:44 -0800 Subject: [PATCH] Add fine mode for using mouse scroll --- include/using-the-mouse.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/using-the-mouse.html b/include/using-the-mouse.html index d593743a..9871d4d8 100644 --- a/include/using-the-mouse.html +++ b/include/using-the-mouse.html @@ -118,6 +118,8 @@

Typically, scroll wheel input is used to adjust continuous controls such as faders and knobs, or to scroll vertically or - horizontally inside a window. + horizontally inside a window. In most continuous control + cases, holding down the Ctrl key while scrolling will use + "fine" mode and the scroll wheel increments will then be 10% of normal.