From 09745ff09113ed34f7fa61c7222054267cf8f383 Mon Sep 17 00:00:00 2001 From: David Capello Date: Sat, 17 Jul 2010 20:51:24 -0300 Subject: [PATCH] Added documentation about scrolling with mouse wheel. --- docs/manual/manual.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/manual/manual.rst b/docs/manual/manual.rst index 5ac44b9f8..aa0c381b2 100644 --- a/docs/manual/manual.rst +++ b/docs/manual/manual.rst @@ -168,11 +168,14 @@ You can zoom while you are drawing too. Scrolling ========= -To scroll the image you can press the ``Space bar`` key (and keep it pressed) and -then drag the image with the mouse button. +To scroll the image you can keep the ``mouse wheel`` pressed and move the mouse. +Also you can press the ``Space bar`` key (and keep it pressed) and then drag +the image with any mouse button. When you are drawing you will notice that moving the mouse outside the -bounds of the editor will scroll the image to continue. +bounds of the editor will scroll the image automatically. You can change +how much to scroll when the mouse touch the bounds of the editor using +the options dialog... ``TODO configuration about smooth/big step scroll`` Selecting