Reply to thread

Do you mean the solution involving changing the LowLevelHooksTimeout registry entry? The plug-in currently uses keyboard hooks to intercept key presses; if the value for LowLevelHooksTimeout is too low the hook will simply not be invoked.


So, as I understand it, there is nothing we can do at code level to fix this issue without doing the registry change. Seems like this is a common issue with Windows 7 (not just for this plug-in) where the value for this registry entry has been lowered. For example, in my XP installation the value is set to 5000ms.


The 'more permanent' solution that I can implement is to do this registry change automatically during installation via the MediaPortal Extension Installer.


Top Bottom