win7 for win10

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
bittencourt318
Posts: 85
Joined: 16 Apr 2020, 10:57

win7 for win10

Post by bittencourt318 » 07 Oct 2022, 09:11

good morning folks! i need a help my code was working perfectly in win 7 when i went pro win10 it's giving error delay so i find pixel and stop responding


Code: Select all

#Warn
#NoEnv
#SingleInstance Force
#MaxHotkeysPerInterval 99000000
#HotkeyInterval 99000000
#KeyHistory 0
CoordMode, Pixel, Screen
CoordMode, Mouse, Screen
SendMode Input
SetBatchLines -1

gregster
Posts: 9001
Joined: 30 Sep 2013, 06:48

Re: win7 for win10

Post by gregster » 07 Oct 2022, 09:55

What's the problem? What is an "error delay"?
You posted only some declarations and directives - this code doesn't do anything. Where's the rest?

bittencourt318
Posts: 85
Joined: 16 Apr 2020, 10:57

Re: win7 for win10

Post by bittencourt318 » 07 Oct 2022, 10:37

erro.png
erro.png (7.6 KiB) Viewed 271 times

gregster
Posts: 9001
Joined: 30 Sep 2013, 06:48

Re: win7 for win10

Post by gregster » 07 Oct 2022, 23:19

What are we looking at?
Sorry,I don't have the time currently to solve puzzles.

Post Reply

Return to “Ask for Help (v1)”