Bind a Mouse Click to a key press

  • Thread starter Thread starter Carl
  • Start date Start date
C

Carl

Is there a way to bind a mouse click to a key press?
I am guessing it would have to be through a 2nd program, but what i want to
do is click the left mouse button at (x.y) by pressing Z then click at (A,B)
by pressing X

also, should i be asking somewhere else?

Thanks for the help
Carl
 
Carl wrote:
> Is there a way to bind a mouse click to a key press?
> I am guessing it would have to be through a 2nd program, but what I want to
> do is click the left mouse button at (x.y) by pressing Z then click at (A,B)
> by pressing X
>
> Also, should I be asking somewhere else?
>
> Thanks for the help
> Carl


If you click on a spot, or cursor to a spot, you can them press the
Shift key as you use the mouse, cursor keys, or Page Down, Page Up, Home
and End keys to highlight to a particular position. Shift/Ctrl-End
would highlight from the original cursor position to the end of the
document. Could any of that help?

--
Joe =o)
 
"Elmo" wrote:

> Carl wrote:
> > Is there a way to bind a mouse click to a key press?
> > I am guessing it would have to be through a 2nd program, but what I want to
> > do is click the left mouse button at (x.y) by pressing Z then click at (A,B)
> > by pressing X
> >
> > Also, should I be asking somewhere else?
> >
> > Thanks for the help
> > Carl

>
> If you click on a spot, or cursor to a spot, you can them press the
> Shift key as you use the mouse, cursor keys, or Page Down, Page Up, Home
> and End keys to highlight to a particular position. Shift/Ctrl-End
> would highlight from the original cursor position to the end of the
> document. Could any of that help?
>
> --
> Joe =o)
>


Not for highlighting, just to left click the mouse in certain spots of the
screen.
so you dont have to have a mouse... and use the keyboard to click at
coordinate (X,Y) and a different key to click at coordinate (A,B)
 
Back
Top