Page 1 of 1

scroll text of a fixed numbers of line

Posted: Mon Feb 25, 2002 2:20 pm
by Fabio succi
I need to define the numbers of rows texpad scrolls when I use pagedown and page up, so I can scroll my document and positionate at the top of all the pages, without depend from the lenght of the text in a single page.
May anybody help me?

Re: scroll text of a fixed numbers of line

Posted: Mon Mar 04, 2002 9:31 pm
by Mark Schnitzius
If you want your page down key to only page down, say, 20 lines, you could define a macro that consists of 20 \"ctrl + down arrow\"s, then assign the Page Down key to run that macro. You can then define a similar one for the Page Up key. Hope this helps.