qjackctl
qjackctl copied to clipboard
Patchbay: why "Alt" to scroll horizontally?
I recently get used to use Shift to scroll horizontally in almost all programs (PurrData, Inkscape, GIMP), plus Ctrl to Zoom, obviously. Also, I recently discovered the new patchbay of QjackCtl (I like it very much, since Patchage is not more in Bullseye). But I discovered that, to move horizontally in the patch, I need to use Alt. Why?
mariomey@debian11:~$ qjackctl --version
Qt: 5.15.2
QjackCtl: 0.9.1
you even discovered a feature that I even didn't know about :) the only thing that is hard-coded is scrolling with the mouse-wheel (IIRC:)) all other drag-to-scroll is probably pretty much implemented natively by Qt's QGraphicsScene or whatever.
feel free to propose your PR , provided it doesn't break what's already working right and left cheers
Well, I don't know C and building QjackCtl is being difficult (I don't have time to resolve dependencies and stuff). I check files and I know where the new code would be... but it will make me spend so much time. It would be fun to make a PR, but I can't do it now.
Anyway, thanks!