Search found 4 matches

by Tezz95
02 Feb 2018, 08:34
Forum: Bug Reports
Topic: Right Mouse Button disables view
Replies: 6
Views: 2185

Re: Right Mouse Button disables view

I have the exact same issue and it happens ONLY when I use autohotkey, there's no other scripts or anything running and as soon as I turn off autohotkey, it stops...Please help, I'm disabled and i can't do much without autohotkey!
by Tezz95
13 Nov 2015, 07:40
Forum: Ask for Help (v1)
Topic: I need a script that will hold w if I hold the space bar but send the r key and the down arrow if I just tap the space
Replies: 4
Views: 1257

Re: I need a script that will hold w if I hold the space bar but send the r key and the down arrow if I just tap the spa

It could be that you need the keys to be held down longer. So try this change: ; ... If !ErrorLevel { Send {r down}{down down} Sleep 400 ; make this shorter as you see fit Send {r up}{down up} } else ; ... Additionally, you can check out a thread for game troubleshooting. (Note: This is from the ol...
by Tezz95
12 Nov 2015, 19:55
Forum: Ask for Help (v1)
Topic: I need a script that will hold w if I hold the space bar but send the r key and the down arrow if I just tap the space
Replies: 4
Views: 1257

Re: I need a script that will hold w if I hold the space bar but send the r key and the down arrow if I just tap the spa

What you're asking for is tricky for a novice, but can be done. All of the commands below should have hyperlinks for you in the codebox. You can check out the keylist too. Oh, and I use an operator (!) too. Oh, and blocks can be a good thing to read about too. space:: KeyWait, space, T0.5 ; waits h...
by Tezz95
12 Nov 2015, 19:12
Forum: Ask for Help (v1)
Topic: I need a script that will hold w if I hold the space bar but send the r key and the down arrow if I just tap the space
Replies: 4
Views: 1257

I need a script that will hold w if I hold the space bar but send the r key and the down arrow if I just tap the space

Hey guys, I have no skill in script writing and I need a script that will hold w if I hold the space bar but send the r key and the down arrow if I just tap the space bar...Is that even possible? Thanks in advance.

Go to advanced search