Faster Copywrite 2000 Samuel Stearley
sstear70@calvin.edu
____________________________________________________________





Introduction:
_________________________________________________________
This is a tsr.  It will monitor events to see if diamond
is pressed in conjunction with the left or right arrow
key.  If that occurs then the left or right keypress event
will be sent ten times to the current application.

New on the 89 version:  Pressing an arrow with alpha
makes the cursor move 5 positions.

In other words it makes scrolling through the entry line
faster.





Installation:
__________________________________________________________
Type faster() and press enter.

Unpatched HW2 AMS 2.05 calcs can also interfere with event
hooks in general so you might have to get h220xTsr by
Kevin Kofler.





Uninstallation:
__________________________________________________________
To unistall this event hook use the program uninevhk
included in this zip.  It was written by Kevin Kofler
so it has it's own liscence and it's own documentation
which you should also read.





Fine Print:
_________________________________________________________________
This zip may be distributed anyway possible without permission
  as long as no profit is made off of that distribution.  If
  profit is being made on such a distribution then my permission
  is needed.  This includes but is not limited to CDs, floppies,
  and downloads off of an internet or ftp site.
Do not separate the files in this zip archive or distribute a
  modified version of this zip archive.
I am not responsible for any crash, damage to calculator, or
  loss of data that might result from the use of any program in
  this zip.
The code is open source and if you borrow from it then give me
  some credit it your readme.





Thanks:
_________________________________________________________________
Zeljko Juric for good documentation.

Kevin Kofler for setting event hook standards and the
uninstallation program.

Rusty Wagner for vti.




Versions:
_________________________________________________________________
r1	-First release.

r2	-Second release.
	-Optomization has been done.
	-Added the move five places with alpha combo on the 89.

r3	-Third release.
	-Branch optomization.