Search found 3 matches

by flyguy
19 Apr 2014, 07:27
Forum: General
Topic: Internals: How do you block the original key event?
Replies: 8
Views: 10860

Re: Internals: How do you block the original key event?

basically, we are looking for a way to block the original button function. For example, we want to make the "right click" send a keystroke "k". But we do not want the right click to happen, only the "k" to happen. We need to DISABLE the right click, and to allow only the "k" keystroke. Right now, HI...
by flyguy
04 Sep 2013, 14:19
Forum: General
Topic: How to block original function of mouse button?
Replies: 2
Views: 3753

Re: How to block original function of mouse button?

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 ...
by flyguy
03 Sep 2013, 15:30
Forum: General
Topic: How to block original function of mouse button?
Replies: 2
Views: 3753

How to block original function of mouse button?

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.