How can I keep a key sutck down on my keyboard

If you are after some sticky keys, you can ...[rest of this post has been removed] :p
 
if you don't want to key it physically pressed do as xkmanmx said and write an infinite keypress loop script and then have it load on the start of the program. I don't think you can directly add a batch file into the startup parameters, I think they have to be coded into the .exe, but you can get something like this Run Software With Parameters In Windows and add the batch file into the startup parameters and voila.
 
if you don't want to key it physically pressed do as xkmanmx said and write an infinite keypress loop script and then have it load on the start of the program. I don't think you can directly add a batch file into the startup parameters, I think they have to be coded into the .exe, but you can get something like this Run Software With Parameters In Windows and add the batch file into the startup parameters and voila.

Couldn't you just write a batch file that fires the script and starts the exe.

Or am I not following what that run with parameters does.
 
Back
Top Bottom