KirillMueller
Ketchup Master
72 Posts |
Posted - Sep 08 2006 : 06:54:25 AM
|
The context menu of VAX can be opened through Shift + [Menu key]. However, if you release Shift too quickly, the IDE's default context menu appears: Hold Shift, hold Menu key, release Shift, release Menu key --> default context menu.
I know that the WM_CONTEXTMENU message does not receive information if Shift was pressed when the Menu key was pressed. The WM_KEYDOWN/WM_KEYUP messages are posted with wParam==VK_APPS if the menu key is pressed/released, so they can be used instead. |
|