emoon / rocket

GNU Rocket Git mirror

Home Page:rocket.sf.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI: scroll-view

pixelmager opened this issue · comments

ctrl+left/right should scroll view, like up/down in vs

That key combo jumps between first and last track.

Change that to ctrl+alt? I don't think I ever use that (or would) :)

How much should it scroll? A fixed width (like a expanded track) or should it scroll x number of pixels depending on the active track (if its folded it will scroll in pixel of the size of a folded one)

I would expect the width of the actual track - so either the size of a folded track or an expanded track depending on the actual track being scrolled across.

Yeah that is what I think as well so I go with that.

So we were talking about how much it would scroll for each keypress. It seems it now scrolls the width of the currently selected track (you know, the one with the awesome yellow markings) - where it should of course be offset with the width of whatever track is getting scrolled into view. It's a minor nitpick, but thought it was worth mentioning.

That is correct, it currently scroll with the width of the current selected track but I make a note of it.