How to block original function of mouse button?

Announcements, general discussion
Post Reply
flyguy
Posts: 3
Joined: 03 Sep 2013, 15:27

How to block original function of mouse button?

Post by flyguy » 03 Sep 2013, 15:30

hello,

I have Left Mouse Button programmed to send keystroke e.

When I press left button, it left-clicks first, then sends e.

How can I stop the left click and only send e ?


thank you.

admin
Site Admin
Posts: 735
Joined: 01 Nov 2010, 13:00
Location: Prague, Czech republic
Contact:

Re: How to block original function of mouse button?

Post by admin » 04 Sep 2013, 02:17

It can happen as blocking mouse events is quite tricky.
Better use joystick/gamepad button.
Petr Medek
LUAmacros author

flyguy
Posts: 3
Joined: 03 Sep 2013, 15:27

Re: How to block original function of mouse button?

Post by flyguy » 04 Sep 2013, 14:19

unfortunately I don't have game pads/joysticks :(

so I cannot block the original function and just use the keystroke?

I need to send 'e', not 'left click' then 'e'.

Thank you again ...

Post Reply