I have already a statement like :
- Code: Select all Expand view
SET KEY VK_F9 TO TestProc
But how can I use this command to connect a procedure to SHIFT-F9 ?
Thanks.
SET KEY VK_F9 TO TestProc
procedure TestProc
if GetKeyState( VK_SHIFT )
... your code ...
endif
return
SETKEY( VK_F9 , {|| if(GetKeyState( VK_SHIFT ), IntMail(), if(GetKeyState( VK_CONTROL ), LogBook(), VcRms() ) ) } )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 73 guests