OpenFunscripter / OFS

A tool to create funscripts
GNU General Public License v3.0
90 stars 38 forks source link

Bug / QoL Improvement: Selection disappears when moving the timeline with middle-mouse drag #66

Open UchihaPhantom opened 1 year ago

UchihaPhantom commented 1 year ago

Moving around the video/script with middle mouse is extremely handy and the fact that the selection disappears each time you do so is really annoying. If there's no technical reason that this cannot be corrected I'd personally love the nodes to stay selected when you use MMB to move around.

OpenFunscripter commented 1 year ago

Middle mouse button clears the selection but is also used for panning the script timeline.

I like middle mouse button for clearing the selection. Possible solutions are make clearing the selection middle mouse double click (this probably feels bad). Or adding a modifier key to the panning so holding ctrl or shift while panning.

UchihaPhantom commented 1 year ago

Did I miss that binding when looking at the the settings or is it not exposed explicitly? If it's exposed I could just midify it on my end so that the two don't conflict :)

OpenFunscripter commented 1 year ago

No this is hardcoded and can't be changed. Currently I don't have the ability to expose this in the keybinding window either.

OpenFunscripter commented 1 year ago

I'll try the double click middle mouse button approach and hope there won't be any protest