AutoHotkey Community

It is currently May 26th, 2012, 7:05 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: May 26th, 2009, 4:45 pm 
Offline

Joined: March 5th, 2009, 7:59 pm
Posts: 23
I have searched the forum and all I found is this thread.
What I want to obtain is current mouse cursor type. To be more precise I need to detect if mouse cursor is over a link or not (if it is, the cursor becomes pointer/hand) in Opera browser.
Any ideas how to do that?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 26th, 2009, 4:54 pm 
Offline

Joined: May 3rd, 2009, 7:16 pm
Posts: 345
Location: OH, USA
Code:
MsgBox %A_Cursor%


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 26th, 2009, 4:56 pm 
Offline
User avatar

Joined: March 19th, 2008, 12:43 am
Posts: 5480
Location: the tunnel(?=light)
Solar wrote:
Code:
MsgBox %A_Cursor%


And it's also worth noting that not all programs will allow you to identify the cursor type (particuarly remote access programs).

_________________
Image
Try Quick Search for Autohotkey or see the tutorial for newbies.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 26th, 2009, 4:59 pm 
Quote:
To be more precise I need to detect if mouse cursor is over a link
So your target is to click the link, right? :?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 26th, 2009, 5:31 pm 
Offline

Joined: March 5th, 2009, 7:59 pm
Posts: 23
I wanted to open links in background (middleclick) with right mouse button. RMB on text or background (not link) should open context menu.
A_Cursor works very well, thanks.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Apollo, Bing [Bot], dra, Exabot [Bot], Google Feedfetcher, rbrtryn and 59 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group