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 JuranekSubject:
A coppy of my scriptDate:
Fri, Jan 29, 2010 5:28:08 pmHey 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";
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";




