Updated specific locations to be searchable, take a look at Las Vegas as an example.

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
Python ahk
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,798
Link Karma
8,042
Comment Karma
1,335
Profile updated: 1 day ago
Posts updated: 2 weeks 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
4 months ago