Open Side Menu Go to the Top

01-11-2008 , 11:11 PM
Are there any ahk scripts that can simulate a mouse click with a key stroke (specifically left mouse click)?

There seem to be programs that do this but they're all shareware and I really only need this basic function to get poker pad at least semi-working in a skin.

tia.
Simulate mouse click Quote
Simulate mouse click
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards ? Splash Pots ? CoinRaces
Simulate mouse click
01-11-2008 , 11:30 PM
Quote:
Originally Posted by jonboy321
Are there any ahk scripts that can simulate a mouse click with a key stroke (specifically left mouse click)?

There seem to be programs that do this but they're all shareware and I really only need this basic function to get poker pad at least semi-working in a skin.

tia.
Its very easy to do yourself if you have AHK installed. For instance, to get your z key to simulate a left mouse click just put the following line in a new text file and save it as a .ahk file:

z::LButton

There are plenty of examples in the 'Remapping Keys and Buttons' topic in the AHK help file.
Simulate mouse click Quote
01-12-2008 , 11:54 AM
Cool thanks.
Simulate mouse click Quote
Simulate mouse click
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards ? Splash Pots ? CoinRaces
Simulate mouse click

      
m