How could I de-toggle / release all none EG actions from the remote control? Some, respectively most of the keys are already toggled / in use by - I guess - mostly Windows programs, functions, e.g. Win Media Center, toggled with foobar, with the Multi Media Keys.
These keys by default toggled make it inconvenient / impossible to use the remote control useful.
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
De-toggle / release all none EG actions from remote control?
Re: De-toggle / release all none EG actions from remote cont
There are some registry tricks to remap those keys to make them do nothing, but it doesn't work for all of them (ie volume keys).
I Think of this problem for a long time now. From what I have understood the only way to have a reliable solution would be a separate app with 2 proccess.
the first process would process raw data from hid devices, the second process would implement a global Kb Hook, that would block the keys flagged as "unwanted" by the first process.
This thing needs 2 process because MS API's won't allow HID Raw Input and Global KB Hook to run in the same process.
The inter process communication might be tricky.
I might try to write something one day ...
I Think of this problem for a long time now. From what I have understood the only way to have a reliable solution would be a separate app with 2 proccess.
the first process would process raw data from hid devices, the second process would implement a global Kb Hook, that would block the keys flagged as "unwanted" by the first process.
This thing needs 2 process because MS API's won't allow HID Raw Input and Global KB Hook to run in the same process.
The inter process communication might be tricky.
I might try to write something one day ...
miljbee
TCP Events : A Better Network Event Sender/Receiver Plugin.
The Network Event Sender/Receiver in C#
Get events in EG from Google Calendar.
TCP Events : A Better Network Event Sender/Receiver Plugin.
The Network Event Sender/Receiver in C#
Get events in EG from Google Calendar.
Re: De-toggle / release all none EG actions from remote cont
Thanks, miljbee,
It sounds extremely complicated and error prone...but...I am wondering how all the other guys do it, they must have the same problem...very strange.
It sounds extremely complicated and error prone...but...I am wondering how all the other guys do it, they must have the same problem...very strange.
Re: De-toggle / release all none EG actions from remote cont
You can find "tricks" to address this problem in the HIP Forum
miljbee
TCP Events : A Better Network Event Sender/Receiver Plugin.
The Network Event Sender/Receiver in C#
Get events in EG from Google Calendar.
TCP Events : A Better Network Event Sender/Receiver Plugin.
The Network Event Sender/Receiver in C#
Get events in EG from Google Calendar.
Re: De-toggle / release all none EG actions from remote cont
Many thanks for the link, but that's to complicated for me, I do not even get EvenGhost running.
Thanks again.
Thanks again.