Feature Request: Key Constant: Menu

Asked by Mike

Could we have a Key Constant for the Windows Menu key?

Or, if not, can we call Key with a value?

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Mike (maestro+++) said :
#1

From Wikipedia:

Programmers using the Windows API can intercept this key by looking for a WM_KEYDOWN message with wParam VK_APPS (defined as 0x5D in winuser.h). It has key code 93 (VK_APPS 0x5D.)

Revision history for this message
Mike (maestro+++) said :
#2

Just tried SHIFT F10 and that worked in Explorer so maybe MENU is not so important

Revision history for this message
RaiMan (raimund-hocke) said :
#3

made it a request bug