Any tools to simulate clicking left and right buttons on keyboard?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am playing a computer game, and need to continue clicking left and right
buttons.
Does it have any tools to simulate this response from keyboard?
Thank you any suggestions
Eric
 
Eric said:
I am playing a computer game, and need to continue clicking left and right
buttons.
Does it have any tools to simulate this response from keyboard?
Thank you any suggestions
Eric

A standard computer keyboard has 104 keys.
What on earth do you mean by "left" and "right" keyboard buttons?
Steve
 
Most games allow you to reconfigure in game key settings, check within the game itself to change the
associated actions of the mouse buttons and map them to the key of your choice.
 
Thank everyone for reply

I need to repeatly clicking left and right buttons on keyboard through this
patterns,
left, right, left, right, left, right,left, right, left, right, left,
right,left, right, left, right, left, right,left, right, left, right, left,
right,left, right, left, right, left, right,left, right, left, right, left,
right,left, right, left, right, left, right ...

Do you know any tools to simulate this task?

Thank you for any suggestions
Eric
 
Gary Chanson's WinTools from
http://www.mvps.org/ArcaneIncantations/programs.htm has some great tools
to do this... QWin and QMenu

QWin's command line "send" option has left and rightbutton commands and
these can be driven by QMenu and either can be launched from a shortcut
making it possible to launch with a <Ctrl-Alt...> combo.

I use the above all the time to "stuff" the keyboard buffer... such as...

Beverly Howard [MS MVP-Mobile Devices]
 
Hello,

You can use Mouse Keys to simulate the mouse using the keyboard.

Start > Control Panel > Accessibility Options > Mouse

Or you may want to use a free macro recorder.

http://www.autohotkey.com/

Be sure that you include processing times when recording a macro, since it
performs independent of the program.

For example, if you open a document that will take 5 seconds - you will need
to 'record' this 5 seconds when you do the macro as Autohotkey does not know
that the document is still opening and may proceed with the next command
while the application is still opening a document.


--
Singapore Website Design
http://www.bootstrike.com/Webdesign/
Singapore Web Hosting
http://www.bootstrike.com/WinXP/faq.html
Windows XP FAQ
 
Back
Top