Skip to content
Discussion options

You must be logged in to vote

Hi @jmenzies12! Please excuse the late reply around the holidays.

Yes, if you are using the viewport module which is added by default, it binds the ZoomListener that zooms in when using the mouse wheel. By pressing ALT you can switch to a panning mode for moving up and down. If you want to change that, you'd need to rebind the ZoomMouseListener and add your own custom behavior.

As for the shifting of the canvas when dragging a node to the edge, that is indeed not implemented. However, we have that behavior when moving an element through the arrow keys, see the MoveElementHandler. I think something like that could be integrated into the move tool when dragging. As before you need to rebind…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jmenzies12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants