							   AppKey.DLL
							  Instructions

Purpose:

Microsoft has introduced a new key it calls an "Application Key".  It is
found on the new keyboards, just to the left of the right-hand <Ctrl> key.
When the "Application Key" is pressed, most Windows programs perform the
same action that right-clicking the mouse would accomplish.  

The AppKey DLL is an add-on to CodeWright that is designed to utilize this
new Application Key.  When the AppKey DLL is loaded, pressing the
Application Key performs whatever action is assigned to the
<mouse_right_click> binding.  CodeWright currently supports this DLL in the
regular Edit windows, as well as most any place in the Output window.


Installation:

1)	Place a copy of AppKey.DLL in the CodeWright home directory. (The
	AppKey.dll might be located in a Win32\ subdirectory.  The
	CodeWright home directory is C:\Program Files\Starbase\CodeWright by default.)

2)	Start up CodeWright and go into the Customize | Libraries dialog.

3)	Use the 'Add..' button to 'Open' the AppKey.DLL found in your
	CodeWright home directory.  AppKey.DLL should show up in the 'User
	Defined Libraries' section.

4)	Click on the 'OK' button and you're done.  Pressing the 'Application
	Key' while focus is in either the Edit window or Output window
	should have the same result as a mouse right-click.


Revisions:

July 6, 2000			Original version.