[jawsscripts] Re: KeyPressedEvent

  • From: Jim Bauer <holdsworthfan@xxxxxx>
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Wed, 12 Jul 2017 12:26:04 -0500

If you want a programmatic solution, you basically would set typing echo to 
None (or 0) whenever you detect the space bar and then schedule a function that 
restores typing echo to its previous setting. This old JAWSScripts post has 
some code:
https://www.freelists.org/post/jawsscripts/do-not-echo-passwords-in-ssh,4

For something you set and forget once, you can mute the space key from Key 
Label Manager for your app.

On 7/12/2017 10:56 AM, Steve Spamer wrote:

Hi. Is there a way to stop the key pressed event from announcing the name of 
a key?
I currently have a number of lines in the KeyPressedEvent function like:
If nKey == key_SPACEBAR Then
    ScheduleFunction("SpaceKey", 1)
and all works OK, apart from the key is spoken, as well as the function 
it’s running. Just an annoyance, but I’d like to stop the key 
announcement if possible.  Any ideas would be greatly appreciated. Steve.
__________�

View the list's information and change your settings at 
//www.freelists.org/list/jawsscripts


__________�

View the list's information and change your settings at 
//www.freelists.org/list/jawsscripts

Other related posts: