Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

876920 Posts in 32839 Topics- by 24279 Members - Latest Member: Leka74

May 18, 2013, 04:11:24 AM
TIGSource ForumsPlayerGeneralSoftware to emulate a mouse click using a key stroke?
Pages: [1]
Print
Author Topic: Software to emulate a mouse click using a key stroke?  (Read 546 times)
Garrent
Level 0
**


View Profile
« on: December 03, 2011, 11:14:45 AM »

I've been trying to find a way so that when I hit the left-shift it simulates a left mouse click, while a left-Ctrl click simulates a right mouse click but am not having much luck.

I found Mouse Emulator which turns the number pad into a mouse but it can't be configured. AutoHotKey seemed to be what I was after but the emulation of the left click often screws up (it seems to keep the left click active in some programs, but not others).

Anybody know any other free software that can do this?
Logged
Dale.Luck
Level 0
*


View Profile WWW
« Reply #1 on: December 03, 2011, 02:11:52 PM »

http://www.vsisystems.com/keyboardmouse.htm

Not sure whether this works, but it looks like it'd fit your needs pretty well. Sorry if it doesn't, in a rush.
Logged
c--b
Level 0
***


...!


View Profile
« Reply #2 on: December 03, 2011, 04:53:04 PM »

Glovepie?
Logged
Garrent
Level 0
**


View Profile
« Reply #3 on: December 04, 2011, 12:48:50 AM »

http://www.vsisystems.com/keyboardmouse.htm

Not sure whether this works, but it looks like it'd fit your needs pretty well. Sorry if it doesn't, in a rush.

$10 Sad

Glovepie?

I was having the same issue that I had with AutoHotKey. I just realised the problem is because the software doesn't replace the key stroke, so binding a mouse left click to a Ctrl is the equivalent of pressing Ctrl and left click at the same time. Oh well.
Logged
J. R. Hill
Level 10
*****


The perfect farmer's tan.


View Profile WWW Email
« Reply #4 on: December 04, 2011, 01:12:45 AM »

What do you need it for?
Logged

Superb Joe
Level 10
*****



View Profile
« Reply #5 on: December 04, 2011, 02:59:00 AM »

What do you need it for?
to show mousekeys who's fucking boss around here
Logged
Core Xii
Level 10
*****


the resident dissident

corexii@gmail.com Core+Xii
View Profile WWW Email
« Reply #6 on: December 07, 2011, 04:20:51 AM »

AutoHotKey certainly replaces the keystroke, unless explicitly told not to. For example, this is my script for replacing Mouse 4 with 'a' followed by a left click:

Code:
XButton1::
Send a
Click
return
Logged
Pages: [1]
Print
Jump to:  

Theme orange-lt created by panic