Table Of Contents
Introduction Installation Instructions Clipboard Text And Slots Saving, Retrieving And Clearing Slots Miscellaneous Contact

Introduction

The HJClip utilities are a set of scripts that allow multiple storing of textual items already written to, or selected for writing to the windows clipboard.
In addition, the contents of any slot can be pasted into your open document, edit box etc... These scripts also give you the ability to save the contents of all slots to an ini style file for later retrieval.
These scripts can be run with jfw version 3.7 or later.
If you wish to send bug reports, modifications that you have deemed useful, comments etc., see the "contact" section at the bottom of this document.
Back to table of contents.

Installation Instructions

To install the HJClip scripts, follow these steps.

  1. Locate the "user" or "user32.jsb" files and move/copy them to your jaws\settings\language directory. If the binaries aren't present, just locate the source and recompile.
  2. Locate and run the installation VBScript: "HJClip_install.vbs" to begin writing the key assignments to "default.jkm." After running the script, you should delete "user" and "user32.jsb"; as they are no longer necessary.
  3. Open "default.jss", locate the other "use" statements near the top of the file, and add the following line as it appears.
    use "HJClip.jsb"
  4. Now, locate the "AutoStartEvent" function, and add a call to LoadHJClipSettings ().
One additional note, all key assignments are contained in the file "HJClip_keys.txt", if you want to manually add the key assignments or change them.
Back to table of contents.

Clipboard Text and Slots

Press alt+control+c to have the contents of the clipboard spoken. If you wish to save its contents to 1 of the 5 available slots, press alt+control+shift+ 1 thru 5 on the numbers row.
If the slot you are trying to save to already contains text, and you have the "display confirmation dialogs" option turned on, you will get a message box prompting you to continue with the overwrite. Answer "yes" to assign the text.
If the option to enable the saving of selected text is turned on, you can use the above HotKeys for assigning clipboard text to save whatever text is selected at the time to the desired slot.
You can also press alt+control+ 1 thru 5 to hear the contents of the selected slot spoken. Double-clicking the HotKeys will cause the slots contents to be pasted at the location of the PC Cursor.
Back to table of contents.

Saving, Retrieving and Clearing Slots

If you wish to save the current contents of all slots to a file, press control+alt+shift+s. You will then be presented with an InputBox asking for a name to save the slots under. Note, a set of slots are referred to as configurations by the HJClip scripts.
There is no limit to the number of configurations that can be saved.
To load a previously saved configuration from the .jcs (jaws clipboard slots) file, press alt+control+shift+l. You will be presented with a list box containing all configurations you have saved.
Select the one you want and press enter. To remove a configuration from the list, press alt+control+shift+r.
Note, loading a saved configuration will overwrite all text currently contained in the slots.
To clear a slot, press control+alt+shift+c. Here, you may select 1 or all slots to clear.
Back to table of contents.

Miscellaneous

In the "HJClip.ini" file, a flag set to equal 1 means the option is enabled, 0 = off.
Press alt+control+shift+h to have all HJClip HotKeys displayed in the virtual viewer. Press alt+control+shift+q to hear version information.
Back to table of contents.

Contact

To send bug reports and feedback: email me. To send modifications you wish me to incorporate: Use this address.