spyoungtech/ahk

The mouse teleports instead of moving at a defined speed

basitcodeenv opened this issue · 1 comments

When I use AutoHotkey v1 it work perfectly fine but not working for AutoHotkey v2

Windows version: 10
Python version: 3.12.1
ahk version: 1.4.0

My code below:

from ahk import AHK

ahk = AHK()

ahk.mouse_move(x=100, y=100, speed=30, blocking=True)

ezgif-5-63357299cb

I have checked further why this problem is happening. I figured it out that it is an AutoHotKey program problem not ahk module problem