Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
detect [shift] + [left] click on shortcut
#1
Is it possible to detect a [SHIFT] + [left double click] on a shortcut.

If it is possible I would like to process it like this

Code:
Copy      Help
if(shift clicked on shortcut)
...execute this code
else
...proceed with this code

The shortcut is from an QM macro that is compiled to an .exe
#2
Convert macro to function, then will not wait for Shift released.
Function Macro2119
Code:
Copy      Help
;/exe
out ifk(S)
#3
THANK YOU!!!


Forum Jump:


Users browsing this thread: 1 Guest(s)