View Single Post
  #23  
Old 01-14-2007, 10:52 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Move to Urgent Table & Auto Time Bank Clicker - New AHK Scr

[ QUOTE ]

Is there a way to set say the F5 key to do the same thing as the middle mouse button and the F6 key to do the same thing as the right mouse button? If so, how would I go about doing this?

[/ QUOTE ]

Sure.

If you want it instead, just change "MButton::" -> "F5::" and "RButton::" -> "F6::".

If you want F5 / F6 in addiotion to middle / right mouse, so you can use either, copy/paste their whole sections (from *Button:: to return), then edit the copy so it uses the F keys.

If you want, I'll post example code for you to copy/paste - or is this enough to get you sorted?

It may help to download the latest version - I added some comments to highlight where the hotkeys are defined yesterday [img]/images/graemlins/smile.gif[/img]

dave.
Reply With Quote