Maybe some of you have thought of this before, and it was certainly easy to
do, but I have created some new little scripts in Internet Explorer to
alieviate some of the work my right hand is doing at the keyboard. Usually
when I am surfing the web, the Key commands I use the most are
ReadNextScreen, ReadPriorScreen, and ReadCurrentScreen. So, I have created
a few new hot keys for my left hand, so that I don't get carpel tunnel
syndrome or anything. I thought it was pretty useful so I thought I would
share. Below are the scripts I created. Just copy them into your
Shdocvw.jss file and assign some keys easily accessable to your left hand
and you'll be there. I chose Control+Shift+z, Control+Shift+a, and
Control+Shift+s, for my keys. These can all easily be reached with the left
hand. Like I said, I don't know if any of you will find this useful, or
rather, if you'll think I'm an idiot, but none the less, its out there.
Maybe somebody else can use it.

Script AltReadNextScreen ()
PerformScript ReadNextScreen ()
EndScript

Script AltReadPriorScreen ()
PerformScript ReadPriorScreen()
EndScript

Script AltReadCurrentScreen ()
PerformScript ReadCurrentScreen()
EndScript

-
Visit the jfw ml web page: http://jfw.cjb.net

Reply via email to