Kodi Community Forum
[Gotham] Add a keyboard shortcut for SubtitleSearch - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Mac OS X (https://forum.kodi.tv/forumdisplay.php?fid=56)
+---- Thread: [Gotham] Add a keyboard shortcut for SubtitleSearch (/showthread.php?tid=184650)



[Gotham] Add a keyboard shortcut for SubtitleSearch - ZaYoOoD - 2014-01-27

Hello,
as you know, Gotham features a new subtitle download/search service. The skin I'm using "nbox" doesn't yet support this service, so I can't download new subtitles when I'm using it.

Is there any way to fix that? Add a keyboard shortcut maybe?


RE: [Gotham] Add a keyboard shortcut for SubtitleSearch - warlion - 2014-01-28

That's is a skin problem use confluence to full support for subtitles or ask in the skin forum to ask the developer to include it


RE: [Gotham] Add a keyboard shortcut for SubtitleSearch - Leegethas - 2014-05-09

That's not really answering the question.

I'm using Confluence myself, but used a keyboard shotcut anyway, because it's way more convenient. I had the shortcut programmed via keymap.xml. But since I updated to Gotham, that doesn't work anymore.

I would really like to restore that functionality, but I have no clue what function I'n supposed to call.

The old function:
Code:
RunScript(script.xbmc.subtitles)

What should I call now I'm running Gotham?

Anyone?


RE: [Gotham] Add a keyboard shortcut for SubtitleSearch - Ned Scott - 2014-05-10

ActivateWindow(subtitlesearch)


RE: [Gotham] Add a keyboard shortcut for SubtitleSearch - Leegethas - 2014-05-10

Worked like a charm.

Thanks!


RE: [Gotham] Add a keyboard shortcut for SubtitleSearch - mvank - 2014-05-13

Hi, it is not working for me, running xbmc (openelec), but keymap is not working for downloading subtitles

<keymap>
<global>
<remote>
<SUBTITLE>ActivateWindow(subtitlesearch)</SUBTITLE>
</remote>
</global>
</keymap>

keystrokelogger (irw) shows the key stroke:
172 0 KEY_SUBTITLE devinput
172 0 KEY_SUBTITLE_UP devinput

When a subtitle is already available the above setting only turn on/off the subtitle, but now subtitle download is performed. Does anyone know how to configure one key on the remote to download subtitles?

Regards,
Michel