Script often overflow and not finish. Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Thorx
Posts: 98
Joined: 23 Nov 2015, 18:53

Script often overflow and not finish.

15 Jul 2020, 22:30

Hello, I have a problem with a script, it continues and sometimes force restart the PC and other times produce overflow. .... any expert please, Thanks.

SendMode Input
~LButton::RButton
return
End::ExitApp

Thanks
Last edited by Thorx on 19 Jul 2020, 14:20, edited 2 times in total.
User avatar
Maestr0
Posts: 136
Joined: 05 Dec 2013, 17:43

Re: Script often overflow and not finish.

16 Jul 2020, 01:27

Thorx wrote:
15 Jul 2020, 22:30
:ugeek: Hello, I have a problem with a script, it continues and sometimes force restart the PC and other times produce overflow. .... any expert please, Thanks.

SendMode Input
~LButton::RButton
return
End::ExitApp

Thanks :oops:
Hi there! I don't understand the problem. Can you explain in different words?
Thorx
Posts: 98
Joined: 23 Nov 2015, 18:53

Re: Script often overflow and not finish.

17 Jul 2020, 16:34

Hello, thanks for answering. When I run sometimes produces Overflow (CPU saturated) & other times not stop and continues even closed.
The function is: when clicking with the Left Mouse Button also click with the Right Mouse Button (always zooming). It is this script exclusively, there are other ways to design it but I need according to this design ... help please.

SendMode Input
~LButton::RButton
return
Home::Suspend
End::ExitApp
User avatar
Maestr0
Posts: 136
Joined: 05 Dec 2013, 17:43

Re: Script often overflow and not finish.  Topic is solved

19 Jul 2020, 12:24

Thorx wrote:
17 Jul 2020, 16:34
Hello, thanks for answering. When I run sometimes produces Overflow (CPU saturated) & other times not stop and continues even closed.
The function is: when clicking with the Left Mouse Button also click with the Right Mouse Button (always zooming). It is this script exclusively, there are other ways to design it but I need according to this design ... help please.
I'm still not sure I understand you, but try this instead:

Code: Select all

~LButton::RButton
Home::Suspend
End::ExitApp

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: inseption86, jaka1, metallizer, Rohwedder and 311 guests