2010-09-07, 21:27
Use a keymapping to start the script without being depend on the skin maker.
For instance on a Windows 7 machine:
Create a file "keyboard.xml" in "c:\Users\[your_name]\AppData\Roaming\XBMC\userdata\keymaps\"
Put the following lines in the xml file:
And now you can start the script using the "u" key on your keyboard
For instance on a Windows 7 machine:
Create a file "keyboard.xml" in "c:\Users\[your_name]\AppData\Roaming\XBMC\userdata\keymaps\"
Put the following lines in the xml file:
Code:
<keymap>
<FullscreenVideo>
<keyboard>
<u>RunScript(c:\Users\[color=red][your_name][/color]\AppData\Roaming\XBMC\addons\script.xbmc.subtitles\default.py)</u>
</keyboard>
</FullscreenVideo>
</keymap>
![Big Grin Big Grin](https://forum.kodi.tv/images/smilies/grin.png)