1/2 PgDn!
April 25, 2010 8:23 AM   Subscribe

I don't want my PgDn key to scroll a page at a time. I want it to scroll half a page, or maybe 3/4 instead. How can I achieve this?

I have a Samsung NC20 running Windows 7 Ultimate.

The hack is mainly for Firefox to make scrolling down pages a bit easier for reading - the arrow key is too slow, the PgDn key is too quick.

Suggestions?
posted by lemonfridge to Computers & Internet (4 answers total)
 
maybe this might work.
Try the Keyconfig extension with this code:
window.content.document.getElementsByTagName('html')[0].scrollTop+=window.content.document.getElementsByTagName('html')[0].clientHeight-50;
Adjust that number until you get to whatever suits your purposes.
Note that I have not tested this myself.
posted by yeoz at 8:50 AM on April 25, 2010


Have you tried using the space bar? It leaves at least a couple of lines of overlap, so you don't lose your place.
You can also shift-space to go back up.
posted by librarina at 9:05 AM on April 25, 2010


It looks to me like the spacebar does the exact same amount of scroll as a PgDn.

USB mouse with scroll wheel might make you happier?
posted by Night_owl at 9:18 AM on April 25, 2010


Response by poster: Keyconfig looks promising :)

I tend to use the NC20 when I'm kicking back in bed or on the sofa, so a mouse is a no no.
posted by lemonfridge at 9:52 AM on April 25, 2010


« Older What's a great service business?   |   Help me find that book [Redux] Newer »
This thread is closed to new comments.