Does Windows have any hotkeys for scrolling in a window?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Depending on the application, UP, DOWN, LEFT, RIGHT, PAGE UP and PAGE DOWN will move the contents of a window. Sometimes you may need to use one of those keys in combination with CTRL to scroll the window.

CTRL+HOME typically scrolls to the top of the window. CTRL+END typically scrolls to the bottom of a window.

link|improve this answer
And you probably can coax AHK into sending WM_SCROLL messages to a window on pressing a key to emulate mousewheel scrolling behavior. – Joey May 30 '10 at 9:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.