[jawsscripts] Re: AW: key echo bug

  • From: marquats@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Wed, 15 Jul 2009 10:21:57 +0200 (CEST)

This works well. Thanks very much for your answers!

Greets, Thomas Marquardt


> Hi Thomas,
> This isn't a key echo bug, Jaws just tries to speak the deleted character.
> So if you provide your
> own JawsBackspace Script you should be able to get rid of this
> announcement.
> In your case the script should just do nothing except sending the key
> stroke:
> Script JawsBackspace()
>   TypeKey("BackSpace")
> EndScript
>
> You may have to provide something simular for JawsDelete() also, if you
> need to modify the behaviour
> of the delete key.
>
> Best, Willi
>
>> -----Ursprüngliche Nachricht-----
>> Von: jawsscripts-bounce@xxxxxxxxxxxxx
>> [mailto:jawsscripts-bounce@xxxxxxxxxxxxx] Im Auftrag von
>> marquats@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>> Gesendet: Montag, 13. Juli 2009 16:32
>> An: jawsscripts@xxxxxxxxxxxxx
>> Betreff: [jawsscripts] key echo bug
>>
>> Hi,
>>
>> I have written a program (in C++ with Visual Studio 2008) and a jaws
>> script for this program.
>>
>> I switch the key echo off in the AutoStartEvent function:
>> SetJCFOption (OPT_TYPING_ECHO, 0)
>>
>> This works, but with the exception that Jaws always says
>> "space" when the
>> backspace key is pressed (actually it says "Leerzeichen",
>> because it's the
>> german version of Jaws).
>>
>> How can I avoid this?
>>
>> Greets and thanks, Thomas Marquardt
>>
>>
>> __________ 
>> Visit and contribute to The JAWS Script Repository
>> http://jawsscripts.com
>>
>> View the list's information and change your settings at
>> //www.freelists.org/list/jawsscripts
>>
>
> __________ 
> Visit and contribute to The JAWS Script Repository http://jawsscripts.com
>
> View the list's information and change your settings at
> //www.freelists.org/list/jawsscripts
>
>


__________ 
Visit and contribute to The JAWS Script Repository http://jawsscripts.com

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

Other related posts: