> Aside from just page scrolling, is there anyone else who things that the
> end-arrows scroll far too slowly?  One pixel at a time is painful.
>
> I've got a patch ready for 12 pixels at a time. ;)

        My vote is for a selectable trigger, actually. 1..n Think
scalability, not hard-coded. If you make it 12, someone will want 8, if you
make it 8, someone will want 1. Make it selectable. An easier way might be
to use a multiplier. Leave the scrolling at 1px, and then multiply the
scroll_height by a value which is obtained from the selector trigger, and ue
that value. It's a bit more code, but it's much more flexible.




/d


Reply via email to