Hotkey to activate Region Screen Capture

Asked by Maurice Richard

Hello,

I need to capture the area of an open dropdown list as a region.
Problem is, the dropdown list disappears when I click the 'Region' button.

I know there's a hotkey for screen capture. (CTRL-SHIFT-2)
But I can't find the hotkey for Region capture.

Thanks!
Maurice

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

Sorry , there is no hotkey for that.

just make a short script:

wait(5) # adapt to your needs
print selectRegion()

start the script, arrange your menu and wait for the capture overlay.

Revision history for this message
Maurice Richard (flashfires) said :
#2

Ok, thanks RaiMan!

Revision history for this message
Maurice Richard (flashfires) said :
#3

Thanks RaiMan, that solved my question.