I want to bind right mouse button to do action: 1x left mouse click + "ctrl+left arrow". Also, make F12 toggle on and off autohotkey?
Too low IQ to figure it on my own, 'd appreciate some help here. Thanks.
Script question, halp! Topic is solved
- Learning one
- Posts: 162
- Joined: 04 Oct 2013, 13:59
- Location: Croatia
- Contact:
Re: Script question, halp!
Try this:
Code: Select all
RButton::Send, {LButton}^{Left}
F12::
Suspend
Pause,,1
return
My Website • Join DropBox
Re: Script question, halp!
Thank you kind sir!
Although you missed to implement the ctrl key. Ctrl needs to be held down as left arrow is being pressed; like the "alt+F4" command.
Although you missed to implement the ctrl key. Ctrl needs to be held down as left arrow is being pressed; like the "alt+F4" command.
- Learning one
- Posts: 162
- Joined: 04 Oct 2013, 13:59
- Location: Croatia
- Contact:
Re: Script question, halp! Topic is solved
In code above ( RButton::Send, {LButton}^{Left} ), ^ symbol represents Ctrl key, but if it doesn't work as expected, try this: RButton::Send, {LButton}{Ctrl down}{Left}{Ctrl up}
My Website • Join DropBox
Re: Script question, halp!
Worked! Thanks again man 

Who is online
Users browsing this forum: Bing [Bot], Google [Bot] and 37 guests