[jawsscripts] Re: Getting the Jaws menu in a script
- From: "Huskins, Wayne" <Wayne.Huskins@xxxxxxxxxxxxx>
- To: <jawsscripts@xxxxxxxxxxxxx>
- Date: Fri, 21 Sep 2007 13:48:33 -0400
I couldn't find it as a jcf option per say that could be toggled but
you could always
Use the ini functions to change the value of KeyboardType in the
[options] section of default.jcf. The only thing I don't know is how
quickly, or when, changes written to default.jcf will take effect.
You could try something like
if IniReadString ("options", "KeyboardType" , "",
GetJAWSSettingsDirectory ()+"default.ini") == "Desktop" then
IniWriteString ("options", "KeyboardType",
"laptop",GetJAWSSettingsDirectory ()+"default.ini" , 1)
else
IniWriteString ("options", "KeyboardType",
"desktop",GetJAWSSettingsDirectory ()+"default.ini" , 1)
endif
W
-----Original Message-----
From: jawsscripts-bounce@xxxxxxxxxxxxx
[mailto:jawsscripts-bounce@xxxxxxxxxxxxx]
Sent: September 21, 2007 14:23
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] Re: Getting the Jaws menu in a script
Hi,
Check and see if that is a jcf option you can toggle.
Thanks.
Jim
__________
Take back your shopping life at http://tinyurl.com/32rsxz
----- Original Message -----
From: Don Mauck <mailto:don.mauck@xxxxxxxxxx>
To: jawsscripts@xxxxxxxxxxxxx
Sent: Friday, September 21, 2007 12:24 PM
Subject: [jawsscripts] Re: Getting the Jaws menu in a script
Actually I put it in the default script thinking that would
solve the changing script problem and then it could be ran from any
where. Oh yes for the suggestion of using JAWSKey (), that's a script
not a function so it would probably compile but give me an unknown
function call I'd guess. Maybe I'm just trying to be too lazy and I
should just use the key strokes, I don't know.
Oracle <http://www.oracle.com/>
Don Mauck | XAU Developer
Cross Applications Unlimited
7700 Technology Way
Denver CO 80237
Phone (303) 334-4184
Email don.mauck@xxxxxxxxxx
________________________________
From: jawsscripts-bounce@xxxxxxxxxxxxx
[mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of John Greer
Sent: Friday, September 21, 2007 8:48 AM
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] Re: Getting the Jaws menu in a script
sounds like what may be happening is it may be jaws switching
script sets on you. When you use the hotkeys you defined in your email,
Jaws will switch to the jaws window script. But it would depend on
whether you are modifying the jaws window script or a script for another
application.
----- Original Message -----
From: Don Mauck <mailto:don.mauck@xxxxxxxxxx>
To: jawsscripts@xxxxxxxxxxxxx
Sent: Friday, September 21, 2007 8:58 AM
Subject: [jawsscripts] Getting the Jaws menu in a script
Hello,
Ok, this is going to make me look really stupid but I
guess I'm missing the obvious. I written a few scripts here and there
but I'm trying to write a real
easy one and its not working. I'm wanting to write a
script just a little one that will allow me to toggle back and forth
between the laptop keyboard
and the desktop keyboard. I put the menu command in a
little script and all the script does is write the menu commands out, I
know this because I can
see that on my Braille display. It seems so simple,
like,
{insert+j}
{o}
{b} well you get the picture. I mean how simple can
this be, I'm having a hard time even sending this because I've done
things a lot harder than this!!!!
Oracle <http://www.oracle.com/>
Don Mauck | XAU Developer
Cross Applications Unlimited
7700 Technology Way
Denver CO 80237
Phone (303) 334-4184
Email don.mauck@xxxxxxxxxx
__________
View the list's information and change your settings at
http://www.freelists.org/list/jawsscripts
- Follow-Ups:
- [jawsscripts] Re: Getting the Jaws menu in a script
- From: Don Mauck
Other related posts:
- » [jawsscripts] Getting the Jaws menu in a script
- » [jawsscripts] Re: Getting the Jaws menu in a script
- » [jawsscripts] Re: Getting the Jaws menu in a script
- » [jawsscripts] Re: Getting the Jaws menu in a script
- » [jawsscripts] Re: Getting the Jaws menu in a script
- » [jawsscripts] Re: Getting the Jaws menu in a script
- » [jawsscripts] Re: Getting the Jaws menu in a script
- » [jawsscripts] Re: Getting the Jaws menu in a script
- » [jawsscripts] Re: Getting the Jaws menu in a script
- » [jawsscripts] Re: Getting the Jaws menu in a script
- » [jawsscripts] Re: Getting the Jaws menu in a script
- » [jawsscripts] Re: Getting the Jaws menu in a script
- [jawsscripts] Re: Getting the Jaws menu in a script
- From: Don Mauck