qjackctl icon indicating copy to clipboard operation
qjackctl copied to clipboard

Patchbay: why "Alt" to scroll horizontally?

Open MarioMey opened this issue 4 years ago • 2 comments

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

MarioMey avatar Oct 18 '21 14:10 MarioMey

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

rncbc avatar Oct 18 '21 15:10 rncbc

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!

MarioMey avatar Oct 18 '21 16:10 MarioMey