Kodi Community Forum

Full Version: Using Keymap Editor to popup "Browse for subtitles" window?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,
I'm using the "Keymap Editor" addon to setup my keyboard shortcuts.
I would like to set up a keyboard shortcut that would make appear the "Browse for subtitles" window, but I can't find this option. Anyone can help?
Thanks,
-G
Hey,

Here's an extract from mine, I've mapped "u" to search for subtitles. Hope this helps man.

xml:

<keymap>
<FullscreenVideo>
<keyboard>
<u>ActivateWindow(SubtitleSearch)</u>
</keyboard>
</FullscreenVideo>
</keymap>
SubtitleSearch is different from Browse For Subtitles as the first one searches online subtitles and the second one seearches local hard drive subtitles
Well then adapt to suit...
Ok but what's the name of the browse for subtitles?
The name of the online search is : "SubtitleSearch" ; but for the local hard drive, what's the name?
Open keymap editor, go to Fullscreen Video -> Windows -> Open Subtitle Search -> Edit key
window names can be found here https://kodi.wiki/view/Window_IDs I would try with filebrowser dough I'm not sure...
there is also a https://kodi.wiki/view/Action_IDs
Hello 
Thanks both for your answers. But as I said in my previous post : "SubtitleSearch" is the online search. What's the name for the local drive search?
The WIKI didn't help... Is there no way to access local subtitle search?
Thanks

EDIT: I found something that does the trick, it's osdsubtitlesettings
Gz