Topic: Autoscroll tool? (1 of 2), Read 22 times
Conf: VEDIT Suggestions
From: Gary Darsey
Date: Thursday, October 07, 2004 02:52 PM

Could an "autoscroll" tool be added that is active in both VEDIT and the online help? I find "autoscoll" to be very useful in IE and WordPerfect.

 


Topic: Re: Autoscroll tool? (2 of 2), Read 26 times
Conf: VEDIT Suggestions
From: Christian Ziemski
Date: Friday, October 08, 2004 02:08 AM

On Thu, 07 Oct 2004 14:52:00 -0400, Gary Darsey wrote:

>Could an "autoscroll" tool be added that is active in
>both VEDIT and the online help?

Many mice should be able to provide such a feature!


Anyway: Just for fun I hacked a simple autoscroll at least for VEDIT:

http://ziemski.privat.t-online.de/vedit/macros/autoscroll.vdm



Key-Usage:
----------
Page Up Scroll up page per page
Page Down Scroll down page per page
Begin Goto BeginOfFile and scroll down
End Goto EndOfFile and scroll up
Cursor Up Scroll up line per line
Cursor Down Scroll down line per line
Cursor left Decrease speed (use alternating with other keys to work!)
Cursor Up Increase speed (use alternating with other keys to work!)

Backspace or ESC : Stop the macro




Christian