Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Print Screen (PrtScr) within QM (screenshot in QM)
#1
Is it possible to make screenshots of QM itself.
The [PrtScr] (Print Screen) button seems to be "EATEN" by QM.

When I looked at all triggers [ALT+F9] and filtered on Keyboard I had no items.
Is it possible to temporary allow the [PrtScr] (or other combinations like [SHIFT] + [PrtScr] / [ALT] + [PrtScr] ) while QM is active and visible?
#2
Macro Macro2
Trigger C(44)     Help - how to add the trigger to the macro
Code:
Copy      Help
str saveTo="$desktop$\new.bmp"; saveTo.UniqueFileName

;EnsureWindowInScreen _hwndqm
RECT r; DpiGetWindowRect _hwndqm &r
CaptureImageOnScreen r.left r.top r.right-r.left r.bottom-r.top saveTo
#3
Thank you!


Forum Jump:


Users browsing this thread: 1 Guest(s)