mbrlabs / Lorien

Infinite canvas drawing/whiteboarding app for Windows, Linux and macOS. Made with Godot.
MIT License
5.12k stars 219 forks source link

Pan with space or any other key #278

Open tafode opened 2 weeks ago

tafode commented 2 weeks ago

As suggested in the issues #238 and #226, I have added a new input "canvas_pan_key" which allows to pan the viewport the same as the middle mouse button does.

New input is defaulted to control + space, because I don't want to change the default behavior of the application. But everyone who needs it can configure it to the space bar and replace the "center to mouse position".