under HMG i can use this Syntax
- Code: Select all Expand view
ON KEY CONTROL + N OF IPTVMAIN ACTION DoAppendNew()
under FiveWin i can use
- Code: Select all Expand view
- SETKEY( ASC( "N" ), { || DoAppendNew() } )
but it is not limited to WINDOW
---
i saw Codeblock Slot "bKeyDown" but most contain VK_RETURN
i need to use CTRL too else Increment Search of XBROWSE will be activate
so how to use CTRL + "N" under FiveWin to call Function