Two Plus Two Older Archives  

Go Back   Two Plus Two Older Archives > Internet Gambling > Internet Gambling
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 07-26-2005, 12:53 PM
simpsp31 simpsp31 is offline
Junior Member
 
Join Date: Jul 2004
Posts: 24
Default keyboard to click mouse ?

Hi Guys,

Does anyone know of any software which allows you to use a key on the keyboard to execute a mouse click ?

Thanks Paul.
Reply With Quote
  #2  
Old 07-26-2005, 02:41 PM
sourbeaver sourbeaver is offline
Senior Member
 
Join Date: Sep 2004
Location: Canada
Posts: 164
Default Re: keyboard to click mouse ?

I use autohotkey. Cheers.
Reply With Quote
  #3  
Old 07-26-2005, 02:41 PM
Johan Johan is offline
Junior Member
 
Join Date: Nov 2003
Location: The Netherlands
Posts: 10
Default Re: keyboard to click mouse ?

U can use a programme called AutoHotKey for this (just google it)

If you search the forums you'll find a lot of info about this.

Johan
Reply With Quote
  #4  
Old 07-26-2005, 02:45 PM
zerosum zerosum is offline
Member
 
Join Date: Sep 2004
Posts: 40
Default Re: keyboard to click mouse ?

Use AutoHotKey. Here's the link.

<http://www.autohotkey.com/>
Reply With Quote
  #5  
Old 07-26-2005, 03:36 PM
wdbaker wdbaker is offline
Senior Member
 
Join Date: Jan 2003
Location: Denver, Co
Posts: 169
Default Re: keyboard to click mouse ?

Did anyone suggest "autohotkey" yet? [img]/images/graemlins/grin.gif[/img]

One Street at a Time
wdbaker Denver, Co
Reply With Quote
  #6  
Old 07-26-2005, 03:42 PM
ZimbuTheMonkey ZimbuTheMonkey is offline
Senior Member
 
Join Date: Aug 2004
Posts: 122
Default Re: keyboard to click mouse ?

What would you guys use this app for?
Reply With Quote
  #7  
Old 07-26-2005, 04:28 PM
theRealMacoy theRealMacoy is offline
Senior Member
 
Join Date: Feb 2005
Location: Vancouver, BC
Posts: 336
Default Re: keyboard to click mouse ?

[ QUOTE ]
What would you guys use this app for?

[/ QUOTE ]

i use if for playing mouse-free on pokerstars
easier on the carpal tunnel
Reply With Quote
  #8  
Old 07-26-2005, 04:57 PM
simpsp31 simpsp31 is offline
Junior Member
 
Join Date: Jul 2004
Posts: 24
Default Re: keyboard to click mouse ?

Thanks guys, i didnt explain it very well. I simply want an application that mimicks a left mouse click when i press the space bar. To clarify, i want to move the cursor using the mouse as normal, but then press the space bar to execute a left mouse click.

Hope this makes more sense.

Paul.
Reply With Quote
  #9  
Old 07-26-2005, 07:56 PM
mother_brain mother_brain is offline
Senior Member
 
Join Date: Mar 2005
Posts: 149
Default Re: keyboard to click mouse ?

I understand your post but it still doesn't make sense to me why you would want to do it.

/end post that is no help.
Reply With Quote
  #10  
Old 07-26-2005, 08:49 PM
zerosum zerosum is offline
Member
 
Join Date: Sep 2004
Posts: 40
Default Left Mouse Click + Space Bar

Here's your script. Copy/paste the script between the lines in the code area below into a text editor such as notepad and add *.ahk* to the end of the name you give the file before you save it. Example: mouseclick.ahk

You'll need to install the AutoHotKey program to use the script.
<http://www.autohotkey.com/>

If you save your ahk file to your desktop, you can activate it with the standard double click. The file will be represented by a document icon that has an uppercase *H* on it. The AutoHotKey program will load automatically and initiate your script. After that, start banging your space bar.[img]/images/graemlins/grin.gif[/img]

Hope this helps.

----CODE------------------------------------

Space::
CoordMode, Mouse, Screen
MouseClick
return

----CODE------------------------------------
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:04 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.