Re: a script that presses the insert key

2014-11-01 Thread AudioGames . net Forum — Off-topic room : burak via Audiogames-reflector


  


Re: a script that presses the insert key

Hi Aprone, thank you for your script, but it doesn't seem to work somehow.

URL: http://forum.audiogames.net/viewtopic.php?pid=193583#p193583




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

Re: a script that presses the insert key

2014-11-01 Thread AudioGames . net Forum — Off-topic room : Aprone via Audiogames-reflector


  


Re: a script that presses the insert key

That sounds like a crazy mess.    So I guess the answer is to keep your fingers and toes crossed each time you try to use it.

URL: http://forum.audiogames.net/viewtopic.php?pid=193578#p193578




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

Re: a script that presses the insert key

2014-10-31 Thread AudioGames . net Forum — Off-topic room : camlorn via Audiogames-reflector


  


Re: a script that presses the insert key

Well, in this case, it's almost not sarcasm.  The screen reader puts global keyboard hooks in, and it's poorly documented as to which methods of key simulation will actually circumvent them.  Back when I did this, I've seen everything from completely ignores the screen reader through to completely triggers the screen reader, and yes that also includes flipping randomly back and forth.  The long and the short of it is that it's luck of the draw-Autohotkey is known to work well, but it's guess and hope with the others.  Part of me says that the methods that the screen reader captures do creative things at very low levels, and I've not had occasion to do this in 3-4 years, so my info could easily be out of date.  Also, all the screen readers hook differently, further complicating matters-Jaws likes API hooking but NVDA prefers the accessibility implementation, for example.

URL: http://forum.audiogames.net/viewtopic.php?pid=193570#p193570




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

Re: a script that presses the insert key

2014-10-31 Thread AudioGames . net Forum — Off-topic room : Aprone via Audiogames-reflector


  


Re: a script that presses the insert key

The phase of the moon messes me up every time!  Few non-programmers realize that code bugs are not the fault of sloppy programming, but rather they grow like mold on bread.  Combine that with moon phases and planetary alignment, and it completely removes all blame that might otherwise be placed on the developer.ROFL!  If only, right?

URL: http://forum.audiogames.net/viewtopic.php?pid=193555#p193555




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

Re: a script that presses the insert key

2014-10-31 Thread AudioGames . net Forum — Off-topic room : camlorn via Audiogames-reflector


  


Re: a script that presses the insert key

There is a screen reader issue: if the screen reader is on, depending on basically the phase of the moon, it might not work.  Or it might.  You'll maybe have to turn off your screen reader.

URL: http://forum.audiogames.net/viewtopic.php?pid=193554#p193554




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

Re: a script that presses the insert key

2014-10-31 Thread AudioGames . net Forum — Off-topic room : Aprone via Audiogames-reflector


  


Re: a script that presses the insert key

No worries Guitarman.  Actually I've never tried to simulate the insert key, so I'm not entirely sure how well it will work.  I have no problem with other keys so it probably should work the same.

URL: http://forum.audiogames.net/viewtopic.php?pid=193553#p193553




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

Re: a script that presses the insert key

2014-10-31 Thread AudioGames . net Forum — Off-topic room : Aprone via Audiogames-reflector


  


Re: a script that presses the insert key

No worries Guitarman.  

URL: http://forum.audiogames.net/viewtopic.php?pid=193553#p193553




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

Re: a script that presses the insert key

2014-10-31 Thread AudioGames . net Forum — Off-topic room : Guitarman via Audiogames-reflector


  


Re: a script that presses the insert key

Hi.[[wow]] aprone you can simulate key presses well that shows how little I know about programming.

URL: http://forum.audiogames.net/viewtopic.php?pid=193552#p193552




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

Re: a script that presses the insert key

2014-10-31 Thread AudioGames . net Forum — Off-topic room : Aprone via Audiogames-reflector


  


Re: a script that presses the insert key

Burak, I don't have a good way to test this off hand, but let me know if this works for you.www.kaldobsky.com/audiogames/insert.zipWhen you run it you hear a beep, get a 5 second delay, it presses Insert, then it beeps again as it closes itself.  The delay is meant to give you time to bring your game into focus so that the key press is registered by the game.

URL: http://forum.audiogames.net/viewtopic.php?pid=193550#p193550




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

Re: a script that presses the insert key

2014-10-31 Thread AudioGames . net Forum — Off-topic room : Guitarman via Audiogames-reflector


  


Re: a script that presses the insert key

Hmmm burak I think your out of luck the only thing a programming language can do is to check if a key on a keyboard is pressed but it can't press the key for you. Sorry. I could be wrong but I've never heard of something like that.

URL: http://forum.audiogames.net/viewtopic.php?pid=193547#p193547




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