Kodi Community Forum

Full Version: Executing a script from keymap.xml
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there an example floating around for executing a script from keymap.xml?

i know i'm hitting the write key binding, but i've tried every permutation of xbmc.executescript i can think of with no love.
i found the answer in the changelog of all places.

the syntax is:
<id>xbmc.runscript(q:\scripts\test.py)</id>