Re: Jaws keyhook

2019-10-31 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: Jaws keyhook

Gotcha the mail. Thanks Munawar!

URL: https://forum.audiogames.net/post/471394/#p471394




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Jaws keyhook

2019-10-31 Thread AudioGames . net Forum — Developers room : Munawar via Audiogames-reflector


  


Re: Jaws keyhook

Cool, I sent you an Email.

URL: https://forum.audiogames.net/post/471375/#p471375




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Jaws keyhook

2019-10-30 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: Jaws keyhook

Hey @Munawar, I sent you a PM.

URL: https://forum.audiogames.net/post/471289/#p471289




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Jaws keyhook

2019-10-30 Thread AudioGames . net Forum — Developers room : Munawar via Audiogames-reflector


  


Re: Jaws keyhook

Yup. I don't know if they ever got forum mail up and running again but you can do that, or just PM me your Email address and let me know you've done this. I'll email you.

URL: https://forum.audiogames.net/post/471250/#p471250




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Jaws keyhook

2019-10-30 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: Jaws keyhook

BTW is there a chance I could contact you and ask about some specific things?

URL: https://forum.audiogames.net/post/471198/#p471198




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Jaws keyhook

2019-10-29 Thread AudioGames . net Forum — Developers room : Munawar via Audiogames-reflector


  


Re: Jaws keyhook

You're welcome!

URL: https://forum.audiogames.net/post/471148/#p471148




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Jaws keyhook

2019-10-27 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: Jaws keyhook

I use C# haha. Thank you Munawar!

URL: https://forum.audiogames.net/post/470863/#p470863




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Jaws keyhook

2019-10-25 Thread AudioGames . net Forum — Developers room : Munawar via Audiogames-reflector


  


Re: Jaws keyhook

@nuno69: I don't remember now how I compiled this information, but a full working example of JAWS and COM can be found by looking at TDV's screen-reader interface. It's written in C#. I don't know what language you're using but the same concepts will apply:https://raw.githubusercontent.com/munaw … iSpeech.cs

URL: https://forum.audiogames.net/post/470583/#p470583




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Jaws keyhook

2019-10-24 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: Jaws keyhook

Karter, it works but it's very mess, it glitches and stuff.

URL: https://forum.audiogames.net/post/470458/#p470458




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Jaws keyhook

2019-10-24 Thread AudioGames . net Forum — Developers room : cartertemm via Audiogames-reflector


  


Re: Jaws keyhook

I personally don't like the idea of creating game-specific scripts. That can get messy especially if you're utilizing a framework and/or have multiple projects.Users have to copy the file, kinda messy. If you disable JFW's hook through jfwapi and your application crashes it can lead to annoyance especially for novice players.I'm not a jaws user so mileage may very, but my solution would be a low-level keyboard hook using the windows API. You'll have to call into user32 through ctypes, but from there it should be a matter of SetWindowsHookEx with a KeyboardProc. Return 0, passing all events back to the system.This is what BGT did under the hood and it seemed to work pretty well. If your application exits prematurely it shouldn't matter either.

URL: https://forum.audiogames.net/post/470437/#p470437




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Jaws keyhook

2019-10-24 Thread AudioGames . net Forum — Developers room : queenslight via Audiogames-reflector


  


Re: Jaws keyhook

For those wondering about JAWS scriptingg (including said API stuff,)find link for all that below:https://support.freedomscientific.com/P … umentation

URL: https://forum.audiogames.net/post/470430/#p470430




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Jaws keyhook

2019-10-24 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: Jaws keyhook

Where the documentation of JFWApi can be found? And where the lib can be gotten?

URL: https://forum.audiogames.net/post/470383/#p470383




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Jaws keyhook

2019-10-24 Thread AudioGames . net Forum — Developers room : Munawar via Audiogames-reflector


  


Re: Jaws keyhook

Do you mean disabling the JAWS keyboard hook? If so, you can do this using the JAWS COM or jfwapi.dll. You need to make sure it re-enables when your program exits or you'll end up leaving users with a frozen screen-reader. So be sure to re-enable it even if your program terminates unexpectedly.

URL: https://forum.audiogames.net/post/470347/#p470347




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Jaws keyhook

2019-10-22 Thread AudioGames . net Forum — Developers room : ironcross32 via Audiogames-reflector


  


Re: Jaws keyhook

I think Liam knows because of TGTR. It's basically something like creating a blank script with a few things in it and sticking it in your jaws scripts thingie but idk because I don't use and can't stand Jaws.

URL: https://forum.audiogames.net/post/470129/#p470129




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Jaws keyhook

2019-10-22 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector


  


Re: Jaws keyhook

I thought people have created a file for all shit that allowed it to work with jaws, perhaps one of them could do the same with your game?  You can use it as a model for any future releases, too.

URL: https://forum.audiogames.net/post/470106/#p470106




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Jaws keyhook

2019-10-22 Thread AudioGames . net Forum — Developers room : ivan_soto via Audiogames-reflector


  


Jaws keyhook

Hi,so I've gotten people asking about the JFW keyhook with perilous marathon. Has anyone gotten a jfw keyhook to work under python?

URL: https://forum.audiogames.net/post/470084/#p470084




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Jaws Keyhook, under what Windows versions is it broken?

2015-01-31 Thread AudioGames . net Forum — Off-topic room : cbenner via Audiogames-reflector


  


Re: Jaws Keyhook, under what Windows versions is it broken?

I have tried running jaws on my windows 7 systems tat have all of the windows updates on them and it works fine.

URL: http://forum.audiogames.net/viewtopic.php?pid=203105#p203105




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Jaws Keyhook, under what Windows versions is it broken?

2015-01-30 Thread AudioGames . net Forum — Off-topic room : Dark via Audiogames-reflector


  


Re: Jaws Keyhook, under what Windows versions is it broken?

That is what I thought, though being as this is A, a specifically jaws question (it doesn't come up with other screen readers), and B, not actually related to games in particular (sinse it could relate to any program needing the keyboard), I think offtopic room is the right place, after all there are enough other topics here about different screen readers generally.

URL: http://forum.audiogames.net/viewtopic.php?pid=202932#p202932




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Jaws Keyhook, under what Windows versions is it broken?

2015-01-30 Thread AudioGames . net Forum — Off-topic room : jaybird via Audiogames-reflector


  


Re: Jaws Keyhook, under what Windows versions is it broken?

I figured this topic might be moved, and it's a grey area. You could say it doesn't relate to games since Jaws isn't a game. But then again, probably the most frequent use of the keyhook is to give another program, say, a game, full access to the keyboard without Jaws messing it up, so in that way, it is very much related to games.

URL: http://forum.audiogames.net/viewtopic.php?pid=202926#p202926




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Jaws Keyhook, under what Windows versions is it broken?

2015-01-30 Thread AudioGames . net Forum — Off-topic room : jaybird via Audiogames-reflector


  


Jaws Keyhook, under what Windows versions is it broken?

I'm way behind on my Windows 7 X64 updates, I have SP1 I'm pretty sure. I heard last Summer that the JAWS Keyhook is broken on some systems with newer updates, does this apply to 7 or just 8? I want to keep my system up to date if possible, but don't want to sacrifice Keyhook to do it. Thanks.

URL: http://forum.audiogames.net/viewtopic.php?pid=202917#p202917




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Jaws Keyhook, under what Windows versions is it broken?

2015-01-30 Thread AudioGames . net Forum — Off-topic room : Dark via Audiogames-reflector


  


Re: Jaws Keyhook, under what Windows versions is it broken?

Moderation! I don't believe this is related to games, though not being a jaws user I can't say for certain. Either way, if it's a general Jaws question, it belongs in the offtopic room. If indeed this is related to games in some sense let me know and I will move the topic back.

URL: http://forum.audiogames.net/viewtopic.php?pid=202920#p202920




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Jaws Keyhook, under what Windows versions is it broken?

2015-01-30 Thread AudioGames . net Forum — General Game Discussion : Dark via Audiogames-reflector


  


Re: Jaws Keyhook, under what Windows versions is it broken?

Moderation! I don't believe this is related to games, though not being a jaws user I can't say for certain. Either way, if it's a general Jaws question, it belongs in the offtopic room. If indeed this is related to games in some sense let me know and I will move the topic back.

URL: http://forum.audiogames.net/viewtopic.php?pid=202920#p202920




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Jaws Keyhook, under what Windows versions is it broken?

2015-01-30 Thread AudioGames . net Forum — General Game Discussion : jaybird via Audiogames-reflector


  


Jaws Keyhook, under what Windows versions is it broken?

I'm way behind on my Windows 7 X64 updates, I have SP1 I'm pretty sure. I heard last Summer that the JAWS Keyhook is broken on some systems with newer updates, does this apply to 7 or just 8? I want to keep my system up to date if possible, but don't want to sacrifice Keyhook to do it. Thanks.

URL: http://forum.audiogames.net/viewtopic.php?pid=202917#p202917




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] Jaws keyhook in darkgrew gamebook creator?

2014-01-31 Thread AudioGames.net Forum — General Game Discussion: severestormsteve1


Jaws keyhook in darkgrew gamebook creator?

Hello guys (especially aprone),I have trouble using darkgrew gamebook creator with jaws. Jaws doesn't announce anything when you press the arrow keys, but NVDA does. Is there a way to fix the problem? I am using jaws on one of the computers I want to use darkgrew on, so that's why I'm asking this question.URL: http://forum.audiogames.net/viewtopic.php?pid=163728#p163728

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector