Please add support for the multimedia keys on the keyboard (play/stop/next/etc.). Right now they only work if Kodi has focus. I believe this is accomplished by calling SetWindowsHookEx() with HSHELL_APPCOMMAND. When your hook receives a WM_APPCOMMAND with something like APPCOMMAND_MEDIA_PAUSE, it can react accordingly.