eventghost version: 0.5.0 beta4
I have set eventghost to enable and disable certain keys depending on if a specific program is active
for example if kodi is active certain key actions will get enabled
and if say "Task.Deactivated.Kodi" or "Task.Destroyed.Kodi" are triggered those keys will be disabled.
until recently everything has been working fine,
after updating windows 10,
after a while these come up which disables kodi keys:
Code: Select all
Task.Created.backgroundTaskHost
Task.NewWindow.backgroundTaskHost
Task.Deactivated.Kodi
Task.Activated.backgroundTaskHost
Task.Deactivated.backgroundTaskHost
Task.ClosedWindow.backgroundTaskHost
Task.Destroyed.backgroundTaskHostnote, in reality, during and after these events, kodi window was never deactivated and kodi is still in the foreground.
and actions like "Restore" or "Bring to front" have no effect, because kodi is already active.
there isn't even any "Task.Activated.Kodi"
what is this new "backgroundTaskHost" and how can it be ignored?
why is it that other windows are deactivated while they are in fact active when these events happen?
is there any ways to get this fixed?
thanks
