topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday April 18, 2024, 8:14 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: IDEA: Mouse click macro  (Read 5478 times)

loopax

  • Participant
  • Joined in 2008
  • *
  • Posts: 1
    • View Profile
    • Donate to Member
IDEA: Mouse click macro
« on: November 29, 2008, 11:30 AM »
Can someone tell me please if it is possible to make a macro so when the left mouse button is pressed to send a key also ?
-to make it simple ... click -> send key "A" once, only when the mouse button is pressed

thanks  :-*
« Last Edit: November 29, 2008, 12:17 PM by loopax »

skrommel

  • Fastest code in the west
  • Developer
  • Joined in 2005
  • ***
  • Posts: 933
    • View Profile
    • 1 Hour Software by skrommel
    • Donate to Member
Re: IDEA: Mouse click macro
« Reply #1 on: December 03, 2008, 12:24 PM »
 :tellme: Here's an AutoHotkey script that send a when the left mouse button is clicked, but how is this useful?

Skrommel

#SingleInstance,Force
LButton::Send,a
Esc::ExitApp