Alternative input for pan/drag of the viewport
complete
Justin Rupp
This is specific to non-touch input devices.
Currently you can move around the viewport of a layout using middle mouse click-and-drag. Some people don't have a middle mouse button though. We also have the ability to move around using the arrow keys on a keyboard, but this isn't as smooth to use.
Research alternative inputs. Look at what other apps/websites use to find what is the most common way to do this for users that do not have a middle mouse button.
Justin Rupp
complete
Implemented in GitHub commit e493de1.
Justin Rupp
in progress
After doing some research, I am going to add "Spacebar + Left Drag" as an alternative way to pan the viewport. This matches many other tools on the market, so hopefully it will be intuitive for users that do not have a middle mouse button
Justin Rupp
planned