Jump to content

change mouse cursor with hotkey


user101
 Share

Recommended Posts

I like the finder tool in the autoit window info script is there a way that I can implement it into a hotkey? or at least its function that lets your cursor hover over an item without activating a programs listener if there is a cursor hovering that certain item..

you know like buttons that change in appearance when your mouse is hovering over it.. I want to avoid those that

Link to comment
Share on other sites

I like the finder tool in the autoit window info script is there a way that I can implement it into a hotkey?

HotKeySet("^!i", "RunInfo")

While 1
 Sleep(10)
Wend

Func RunInfo()
 Run("C:\Program Files\AutoIt3\Au3Info.exe")
EndFunc

- Bruce /*somdcomputerguy */  If you change the way you look at things, the things you look at change.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...