The GW-Scripting list is a discussion list for information regarding the development and use of Window-Eyes scripts. Any subscriber of the GW-Scripting list has the ability to post on-topic messages.

From:

 Tyler Juranek

Subject:

 A coppy of my script

Date:

 Fri, Jan 29, 2010 5:28:08 pm
Hey guys,
Here is a copy of the script I'm launching the url with.
I made some changes, but it didn't work.
So here it is.
clientinformation.scriptversion= "1.0"
clientinformation.scriptdescription= "This script launches the google
search engine with a press of a key."
dim myHotkey : Set myHotkey Keyboard.RegisterHotkey("Control-Windows-shift-g" , "LaunchUrl")
Function LaunchUrl ()
speak "I'm launching google! yay!"
Queue "SO_LaunchUrl"
sUrl = "http://www.google.com";