Skip to content

Instantly share code, notes, and snippets.

@rdmarsh
Last active July 16, 2016 04:40
Show Gist options
  • Select an option

  • Save rdmarsh/76f72f7f8b288d218945 to your computer and use it in GitHub Desktop.

Select an option

Save rdmarsh/76f72f7f8b288d218945 to your computer and use it in GitHub Desktop.
Stop a video in kodi when backing out of it
<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<FullscreenVideo>
<remote>
<back>stop</back>
</remote>
<keyboard>
<back>stop</back>
<backspace>stop</backspace>
<escape>stop</escape>
</keyboard>
</FullscreenVideo>
</keymap>
@rdmarsh

rdmarsh commented Jul 16, 2016

Copy link
Copy Markdown
Author

Put this file in ~/.kodi/userdata/keymaps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment