Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Capture left mouse click - send alternative keys
#1
Hi All,
I am not sure if I am overlooking an easy way to do this already in the forum. I have seen some stuff about subclassing controls but not sure exactly how to implement. I simply want to eat the left click over a certain program window and pass an alternative set of keystrokes instead- in this case 'CASr. It is for use within an exe so I can't use the trigger with eat option, but I am trying to effect something similar.
Any thoughts?
Thanks,
S
#2
Search forum or Archive.qml:
SetWindowsHookEx
WH_MOUSE_LL
WH_KEYBOARD_LL
#3
Thanks!,
S
#4
WaitForMouseEvent in the forum archive.qml
Thanks!!!,
S


Forum Jump:


Users browsing this thread: 1 Guest(s)