Scroll modifier for half page
It would be grate to have a Ctrl modifier for Space and Shift Space. Instead of scrolling a full page it would scroll 1/2 a page. I have been experimenting with this in the js console:
mw = document.getElementById("uw-1");
mw.scrollTop = mw.scrollTop (+/-) (mw.clientHeight / 2);
I think it would be a grate modifier.
1
vote
Vegard Langås
shared this idea
-
Interesting idea. I'll try to implement it later (too busy with starred/tagged items and some serverside improvements at the moment)