Kodi Community Forum
get keys in fullscreen/player - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: get keys in fullscreen/player (/showthread.php?tid=223866)



get keys in fullscreen/player - GreenAir - 2015-04-09

I'm writing an IPTV addon.
While playing I'd like to switch channels with key up/down.

The only way I could think of is using xbmc.Player() actions, creating a temporary keymap and loading it with 'XBMC.Action(reloadkeymaps)'

Is there a way to get key actions directly in player or fullscreen?