This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
1
Ahk python click not working
Post Flair (click to view more posts with a particular flair)
Post Body
I'm using AHK with python I'm trying to send a click to a certain window without moving the mouse, the cursor does something but it doesn't send a click.
Any ideas?
from ahk import AHK import time
myK = AHK()
time.sleep(2) win = myK.active_window
a=0
while a<3: time.sleep(1) print(myK.get_mouse_position()) a =1 win.click(myK.get_mouse_position())
Also how do i send a control_click with the python ahk library
Author
Account Strength
100%
Account Age
3 years
Verified Email
Yes
Verified Flair
No
Total Karma
10,860
Link Karma
8,046
Comment Karma
1,393
Profile updated: 6 days ago
Posts updated: 1 month ago
Subreddit
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 8 months ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/AutoHotkey/...