[program-l] Re: JAWS Key Input

  • From: Darko Milošević <daremc86@xxxxxxxxx>
  • To: <program-l@xxxxxxxxxxxxx>
  • Date: Fri, 3 Apr 2015 14:19:40 +0200

In which language you want that?
I cannot understand in which programming language you want to write your application.

----- Original Message ----- From: "Akash Kakkar" <akash.misc07@xxxxxxxxx>
To: <program-l@xxxxxxxxxxxxx>; <jawsscripts@xxxxxxxxxxxxx>
Sent: Friday, April 03, 2015 2:13 PM
Subject: [program-l] JAWS Key Input


Hello everyone,
I'm developing an application, which is altering the keys.
for example, if I'll press "e" it will treat it like "i" or you can
say, that it will send "i" to the window.
now, the problem is, while using jaws on 64 bit systems, it's saying
"e" if I'm pressing "e". but on 32 bit systems, it's not saying
anything.
I mean to say, if I'm pressing "e" then on 32 bit systems, jaws is
saying nothing, but on 64 bit systems, jaws is saying "e" but in both
cases,only "i" is getting send to the window.
I want the same behaviour with 64 bit of jaws too, I want to silence
it if press "e"
this type of problem is not with NVDA. is there any work around for it?
I know that my english is horrible, but kindly try to co operate.
now, I want to silence jaws, because jaws will say "i" if I'll press
"e" via my code.
see this:
testFunction()
{
If I press E;
Send I to the Window();
speaker.output("I");
}
now, on 32 bit system with jaws, if I'm pressing "E", it's saying I,
but on 64 bit of jaws, if I'm pressing "E" it's saying "E""I" I want
to avoid this behaviour.
I hope that I was able to understand you my question
** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq


---
This email is free from viruses and malware because avast! Antivirus protection
is active.
http://www.avast.com

** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq

Other related posts: