Kodi Community Forum

Full Version: Different keymaps for specific addons?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, is there a tag to add to the keyboard.xml file to use other keymaps for specifics addons? something like this:

<keymap>
<plugin.video.myaddon>
<FullscreenVideo>
<keyboard>
<menu>noop</menu>
</keyboard>
</FullscreenVideo>
</plugin.video.myaddon>
</keymap>

If not, is there another way to do the same function?

Thanks!!