Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
True Mouse Chords
#1
Hi,
I use a image application where the program assigns different functions to
RMB
LMB
MMB
RMB+LMB

Is it possible to have similar assignments in QM.... (I know there is functions for Mouse Chords on Forum in the past but these were Trigger (not right or left MB) and then a second button/key after a short delay.

I figure if this application can do true mouse chords then QM can probably can but maybe there is some barrier for general windows API versus within a specific application only?

Thanks!,
Stuart
#2
LMB+RMB

Need to eat mouse down event, and if other button not pressed during 1 s, resend on button up. Mouse clicks will become slower. Is it OK? You can create such system using QM mouse triggers, global variables, ifk. Then problems with drag drop, etc...
#3
thanks.....got it working...
it's strange though...

it won't work if I have Eat checked....
if I trigger off a RMB click, then it won't let me test ifk((2)) only ifk((1)) i.e. LMB
and vice versa if I trigger off a LMB click.
other than that, it's working pretty well.
Thanks,
Stuart
#4
also to avoid problems with drag and drop, I trigger of of RMB which is not used for much else than a rt click menu in the application I am in...so I just kill that menu with a quick 'Z

thanks again!
Stuart
#5
In Options uncheck low level mouse hook, then ifk will work.


Forum Jump:


Users browsing this thread: 1 Guest(s)