From ba7ed0579296464642f1cc90fe76590467793131 Mon Sep 17 00:00:00 2001 From: kobewi Date: Tue, 28 Sep 2021 18:00:16 +0200 Subject: Unify panning in sub-editors and make it configurable --- doc/classes/GraphEdit.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml index 46960d7cc4..fd34e340e7 100644 --- a/doc/classes/GraphEdit.xml +++ b/doc/classes/GraphEdit.xml @@ -214,6 +214,9 @@ The size of the minimap rectangle. The map itself is based on the size of the grid area and is scaled to fit this rectangle. + + Defines the control scheme for panning with mouse wheel. + If [code]true[/code], enables disconnection of existing connections in the GraphEdit by dragging the right end. @@ -345,6 +348,14 @@ + + + [kbd]Mouse Wheel[/kbd] will zoom, [kbd]Ctrl + Mouse Wheel[/kbd] will move the view. + + + [kbd]Mouse Wheel[/kbd] will move the view, [kbd]Ctrl + Mouse Wheel[/kbd] will zoom. + + -- cgit v1.2.3