Closed popcar2 closed 2 months ago
Are you using a drawing tablet? If so you can map the middle mouse button to one of the pen's keys. That's how i pan with a tablet.
But i agree that there should be some kind of fallback mechanism.
I use a mouse mainly, but when my mouse wasn't next to me I used my touchpad a little bit and was surprised there isn't a different way to pan.
Spacebar is commonly used for panning in other image editors/viewers. Maybe it could work on top of the current function, where keydown centers the view on the cursor, and holding it allows you to pan with mouse.
Implemented in #278
Feature/enhancement description: Right now the only way you can pan the camera is with the middle mouse button. There doesn't seem to be an alternative for people who are using touchpads (laptop).
There should be an alternative like
ctrl + left mouse
orshift + left mouse
for people with faulty middle mouse buttons or no mouse.