Last active
July 16, 2016 04:40
-
-
Save rdmarsh/76f72f7f8b288d218945 to your computer and use it in GitHub Desktop.
Stop a video in kodi when backing out of it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Put this file in
~/.kodi/userdata/keymaps