Skip to content

Add simple spacebar panning setting for 2D editor

Rafał Mikrut requested to merge github/fork/ricmzn/master into master

Created by: ricmzn

I'm a new contributor, so I'll be starting small with an usability-focused contribution.

This PR adds a new option to the 2D editor settings called "Simple Spacebar Panning", which changes the spacebar panning behavior so that it doesn't require the left mouse button to be held down anymore. This addition is mainly geared towards trackpad users, but it might also be useful to people with dodgy mouse buttons, and isn't intrusive at all.

However, the setting probably needs a better name before it's merged. "Simple" isn't really descriptive about what it does, and the lack of tooltips in the rest of the settings menu makes it a bit awkward to add one just for this setting.

Merge request reports