Jump to content

Little Problem - Help PLZ


Ema
 Share

Recommended Posts

hi all,

i'm a newbie of this great program, anyone can help me?

need a program can do 2 job:

1) when ctrl is pressed, it holds pressed ctrl until new ctrl click (transofrm ctrl like "tab")

2) when mouse wheel go 1up send a letter "v" and when mouse wheel go1down send letter "c"

i'm doin the program, but don't work and cant' assign ctrl in a hotkey, i don't know what is the problem.

Link to comment
Share on other sites

hi all,

i'm a newbie of this great program, anyone can help me?

need a program can do 2 job:

1) when ctrl is pressed, it holds pressed ctrl until new ctrl click (transofrm ctrl like "tab")

2) when mouse wheel go 1up send a letter "v" and when mouse wheel go1down send letter "c"

i'm doin the program, but don't work and cant' assign ctrl in a hotkey, i don't know what is the problem.

well.. the help file clearly says you can't use hotkeyset to CTRL. You can use _IsPressed with a loop.

But _IsPressed doesn't track mouse wheel movement. You'd have to use WM_MOUSEWHEEL message. Not sure how to do that in Autoit.

also, check out {CTRLDOWN} and {CTRLUP}

Link to comment
Share on other sites

well.. the help file clearly says you can't use hotkeyset to CTRL. You can use _IsPressed with a loop.

But _IsPressed doesn't track mouse wheel movement. You'd have to use WM_MOUSEWHEEL message. Not sure how to do that in Autoit.

also, check out {CTRLDOWN} and {CTRLUP}

yes, but if i use {CTRLDOWN} in a loop with _ifpressed can't work correctly

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...