Search found 3 matches
- 19 Apr 2014, 07:27
- Forum: General
- Topic: Internals: How do you block the original key event?
- Replies: 8
- Views: 14073
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...
- 04 Sep 2013, 14:19
- Forum: General
- Topic: How to block original function of mouse button?
- Replies: 2
- Views: 4673
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 ...
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 ...
- 03 Sep 2013, 15:30
- Forum: General
- Topic: How to block original function of mouse button?
- Replies: 2
- Views: 4673
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.
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.