Search found 7 matches

by sanscrito
24 Jul 2019, 13:11
Forum: Ask for Help (v1)
Topic: Best way to initiate a script
Replies: 5
Views: 1230

Re: Best way to initiate a script

I think I didn't provide enough detail. My script is recoding some mouse buttons. Therefore, I want it active and executed since I start windows session. To do that, I've included a shortcut to the scrito in the startup windows folder. The script is executed and is always present in the task bar, bu...
by sanscrito
24 Jul 2019, 04:38
Forum: Ask for Help (v1)
Topic: Best way to initiate a script
Replies: 5
Views: 1230

Best way to initiate a script

Hi dears

To execute automatically my ahk script, I've put a shortcut in the windows startup folder. In that way, every time I open session in Windows, script is executed.

Unfortunately, I realized that I need to reaload my script in order to make it work. Any suggestion to avoid this manual step?
by sanscrito
23 Jul 2019, 08:48
Forum: Ask for Help (v1)
Topic: Control number of repetitions
Replies: 5
Views: 944

Re: Control number of repetitions

Solved!! :superhappy: :superhappy:

Many thanks boiler :clap: :clap:

Code: Select all

WheelRight::
if (A_TimeSincePriorHotkey = -1) or (A_TimeSincePriorHotkey > 100)
        Send {WheelRight}
return
by sanscrito
23 Jul 2019, 00:22
Forum: Ask for Help (v1)
Topic: Control number of repetitions
Replies: 5
Views: 944

Re: Control number of repetitions

I thought you were going to paste something. Why are you sending a WheelRight after a WheelRight is encountered? That doesn't make sense. The reason why is because I'm combining ahk with xmousebutton. On xmb, I've configured paste function on the wheelright. Besides, on xmb I'm able to define easil...
by sanscrito
22 Jul 2019, 15:48
Forum: Ask for Help (v1)
Topic: Control number of repetitions
Replies: 5
Views: 944

Re: Control number of repetitions

@boiler your suggestion seems great. But I think I am not a programmer master. :oops: I've tried this, but it's not working... WheelRight: if A_TimeSincePriorHotkey > 10000 Send WheelRight return or WheelRight: if (A_TimeSincePriorHotkey = -1) or (A_TimeSincePriorHotkey > 10000) Send WheelRight retu...
by sanscrito
21 Jul 2019, 11:05
Forum: Ask for Help (v1)
Topic: Control number of repetitions
Replies: 5
Views: 944

Control number of repetitions

Hi dears, hope you can help me. I've got a problem with my mouse. I've programmed paste command on the tilt right of my mouse, Problem I have is that tilt right is sent many times when physically you action this button. One physical movement sends 7 or 8 times the button. May be it's predetermined f...
by sanscrito
21 Jul 2019, 10:41
Forum: About This Community
Topic: Guestbook: say hi, thank you, whatever!
Replies: 107
Views: 84847

Re: Guestbook: say hi, thank you, whatever!

Hi people.

This is sans. Just discovered AHK some days ago and seems great. Sure you'll be able to help a beginner like me :lol: :lol:

Go to advanced search