[jawsscripts] Re: keycodes for keypressed event
- From: "Martin Slack" <m.g.slack@xxxxxxxxxxxx>
- To: <jawsscripts@xxxxxxxxxxxxx>
- Date: Thu, 25 Oct 2007 20:53:00 +0100
Whenever the KeyPressedEvent is called, both the key code (int nKey) and the
key name (string strKeyName) are passed to the event script by JAWS. Both
are available under those names within the KeyPressedEvent script. If you
are asking how to find the key code for the keys j and shift j etc, then put
a line in KeyPressedEvent that speaks the value of the appropriate variable
and press the appropriate key.
hth
Martin
----- Original Message -----
From: "Jackie McBride" <abletec@xxxxxxxxx>
To: <jawsscripts@xxxxxxxxxxxxx>
Sent: Thursday, October 25, 2007 8:15 PM
Subject: [jawsscripts] keycodes for keypressed event
Hay, folks:
Jaws says in its scripting standards not 2 use scripts for
alphanumeric keystrokes, but rather use key pressed event. Where does
1 find the integer keycodes for keypressed event, e.g., j, shift j,
etc.?
Thanks 4 any help.
---snip---
__________
View the list's information and change your settings at
http://www.freelists.org/list/jawsscripts
- References:
- [jawsscripts] keycodes for keypressed event
- From: Jackie McBride
Other related posts:
- » [jawsscripts] keycodes for keypressed event
- » [jawsscripts] Re: keycodes for keypressed event
- » [jawsscripts] Re: keycodes for keypressed event
- » [jawsscripts] Re: keycodes for keypressed event
Hay, folks: Jaws says in its scripting standards not 2 use scripts for alphanumeric keystrokes, but rather use key pressed event. Where does 1 find the integer keycodes for keypressed event, e.g., j, shift j, etc.? Thanks 4 any help.
- [jawsscripts] keycodes for keypressed event
- From: Jackie McBride