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:
Chip OrangeSubject:
RE: A coppy of my scriptDate:
Fri, Jan 29, 2010 8:58:42 pmTiler,
this does not appear to be the entire script.
Chip
-----Original Message-----
From: Tyler Juranek [mailto:tylersscripting@gmail.com]
Sent: Friday, January 29, 2010 5:28 PM
To: gw-scripting@gwmicro.com
Subject: A coppy of my script
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";
End Function
this does not appear to be the entire script.
Chip
-----Original Message-----
From: Tyler Juranek [mailto:tylersscripting@gmail.com]
Sent: Friday, January 29, 2010 5:28 PM
To: gw-scripting@gwmicro.com
Subject: A coppy of my script
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";
End Function




