PDA

View Full Version : Looking for a way to use keyboard shortcuts in Flash games



Brickhaus
08-07-2019, 11:03 AM
Hi! I want to be able to press a button and have an entire word be outputted, so that I can do that over and over again throughout a game. I tried using some program called Clavier+, but while it worked to make shortcuts, I wasn't able to use them inside the Flash game. Is there any way to be able to do this? Thanks for any help!

Also tagging Odd because you always seem to be able to help! :P

Bat
08-07-2019, 11:14 AM
Hey, Brickhaus! What you're describing can be done with a hotkey program ([Only registered and activated users can see links]). If you're particularly intrepid, you can code entire routines with some of these programs, however if you're just looking to send a sequence of keys, then you would want to look out for a program that accepts one keystroke, then types an entire string in reply.

Let me know if you're not able to find a decent fit for your problem. I built a hotkey program of my own to help with Flash games once upon a time, and I could potentially retool it if necessary.

Brickhaus
08-07-2019, 11:29 AM
Hey, Brickhaus! What you're describing can be done with a hotkey program ([Only registered and activated users can see links]). If you're particularly intrepid, you can code entire routines with some of these programs, however if you're just looking to send a sequence of keys, then you would want to look out for a program that accepts one keystroke, then types an entire string in reply.

Let me know if you're not able to find a decent fit for your problem. I built a hotkey program of my own to help with Flash games once upon a time, and I could potentially retool it if necessary.

Got something working! I had the right idea, but the program I tried before wasn't working within Flash. AutoHotKey does and I've got things going now! Thanks a bunch!

Byte
08-07-2019, 11:54 AM
I agree with Odd. Autoit or AHK would be the way to go on this. Simple Macro Recorder for Windows could probably do it if it is in the same position everytime, but if it needs to be input in different locations then it's not a solution worth investing time into.