RE: Key Names

  • From: Carmichael Kimberly J - CS <Kimberly.J.Carmichael@xxxxxxx>
  • To: "'jfw@xxxxxxxxxxxxx'" <jfw@xxxxxxxxxxxxx>
  • Date: Tue, 1 Feb 2005 17:30:43 -0500

That will definitely help!  I appreciate that.  Where do you go to find out
the numlock though, in case I need to find some other key name?
Thanks again.


-----Original Message-----
From: jfw-bounce@xxxxxxxxxxxxx [mailto:jfw-bounce@xxxxxxxxxxxxx] On Behalf
Of David Truong
Sent: Tuesday, February 01, 2005 4:57 PM
To: jfw@xxxxxxxxxxxxx
Subject: RE: Key Names


Hi,

Here is an example of a numlock function I wrote a while ago.  It just =
tells you if the numlock key is on or off.  You would call this function in
an = if statement.  E.G. =20 If (IsNumLockOn ()) then Return else {Numlock}
EndIf

Unfortunately as stated before, this list has a habit of putting weird
characters in my messages so be aware of that when you read the below
function.

*** Start of function

Int Function IsNumLockOn ()
Var
Int iDown,
Int iOn
If GetKeyState ("numlock", iDown, iOn) then
If (iOn) then
Return 1
EndIf
Return 0
Endif
EndFunction




David Truong

E-mail and MS messenger:  davidtruong@xxxxxxxxxxxxxxx

Skype:  blindboxer1967

Home Page:  http://members.optusnet.com.au/davidtruong/

-----Original Message-----
From: jfw-bounce@xxxxxxxxxxxxx [mailto:jfw-bounce@xxxxxxxxxxxxx] On = Behalf
Of Carmichael Kimberly J - CS
Sent: Wednesday, February 02, 2005 3:34 AM
To: 'jfw@xxxxxxxxxxxxx'
Subject: RE: Key Names


I'm wanting key labels.  I want to write a script that involves the num
lock, but don't know exactly what to call it, and how they wrote it.

-----Original Message-----
From: jfw-bounce@xxxxxxxxxxxxx [mailto:jfw-bounce@xxxxxxxxxxxxx] On = Behalf
Of Horspool, Matthew F.
Sent: Tuesday, February 01, 2005 11:40 AM
To: jfw@xxxxxxxxxxxxx
Subject: Re: Key Names


Hi,

It depends.  Do you want key labels or key values?  Key Labels are = "Tab,"
"Shift," "CTRL," ETC.  Key Labels, on the other hand, are=20
numbers: "1," "236," "969," Etc.

Matthew

----- Original Message -----=20
From: "Carmichael Kimberly J - CS" <Kimberly.J.Carmichael@xxxxxxx>
To: <jfw@xxxxxxxxxxxxx>
Sent: Monday, January 31, 2005 11:35 PM
Subject: Key Names


Hello
Can somebody tell me where to look to see what jaws calls particular = keys
such as "caps"?  For the life of me I can't remember where to go.

Thanks
Kim



--
To post a message to the list, send it to jfw@xxxxxxxxxxxxx
To unsubscribe from this mailing list, send a message to
jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
Archives located at: //www.freelists.org/archives/jfw

If you have any concerns about the list, post received from the list, or =
the way the list is being run, do not post them to the=20 list. Rather
contact the list owner at jfw-admins@xxxxxxxxxxxxxx



--
To post a message to the list, send it to jfw@xxxxxxxxxxxxx
To unsubscribe from this mailing list, send a message to
jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
Archives located at: //www.freelists.org/archives/jfw

If you have any concerns about the list, post received from the list, or =
the way the list is being run, do not post them to the list. Rather contact
= the list owner at jfw-admins@xxxxxxxxxxxxxx


--
To post a message to the list, send it to jfw@xxxxxxxxxxxxx
To unsubscribe from this mailing list, send a message to
jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
Archives located at: //www.freelists.org/archives/jfw

If you have any concerns about the list, post received from the list, or =
the way the list is being run, do not post them to the list. Rather contact
= the list owner at jfw-admins@xxxxxxxxxxxxxx

--
To post a message to the list, send it to jfw@xxxxxxxxxxxxx
To unsubscribe from this mailing list, send a message to
jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
Archives located at: //www.freelists.org/archives/jfw

If you have any concerns about the list, post received from the list, or the
way the list is being run, do not post them to the list. Rather contact the
list owner at jfw-admins@xxxxxxxxxxxxxx


--
To post a message to the list, send it to jfw@xxxxxxxxxxxxx
To unsubscribe from this mailing list, send a message to 
jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
Archives located at: //www.freelists.org/archives/jfw

If you have any concerns about the list, post received from the list, or the 
way the list is being run, do not post them to the list. Rather contact the 
list owner at jfw-admins@xxxxxxxxxxxxxx

Other related posts: