I am having trouble getting EventGhost to exclusively capture key press events from my HID IR Remote - for example, when I press the On/Off button on the remote the computer shuts down no matter what and I can't seem to remap it to something more useful, like shutting down my applications (ala Alt+F4). I know from limited programming knowledge that a function hook, handler or event capture of some sort must be available to capture all output from the HID Device and use it exclusively in EventGhost - without passing it on to the application or Default OS handlers.
Any Ideas on how to get EventGhost to capture all output of an HID Remote Device without passing the event down the line? (Preferably before the OS chooses to shutdown the computer on an accidental On/Off button press
Galalleni
PS Searched the forum using HID Redirection, HID Capture - didn't find anything (except exclusive events - which are not exclusive to the OS for my remote)
Sorry if this has been posted before. (Please add tagging to redirect questions to the right thread if so)