Created
January 25, 2019 05:08
-
-
Save inspector71/570abb9879c72cc3b9a24bec33110965 to your computer and use it in GitHub Desktop.
Kodi Bravia
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
<!-- Sony Bravia KDL-32W5500 (remote: RM-GD007) --> | |
<keymap> | |
<global> | |
<remote> | |
<red>ContextMenu</red> | |
<yellow>ReloadSkin()</yellow> | |
<blue>reloadkeymaps</blue> | |
</remote> | |
</global> | |
<MyVideoLibrary> | |
<remote> | |
<green>ToggleWatched</green> | |
<yellow>Info</yellow> | |
</remote> | |
</MyVideoLibrary> | |
<MyVideoFiles> | |
<remote> | |
<red>ContextMenu</red> | |
<green>Info</green> | |
</remote> | |
</MyVideoFiles> | |
<FullscreenVideo> | |
<remote> | |
<red>Info</red> <!-- DialogFullScreenInfo.xml --> | |
<green>CodecInfo</green> | |
<up>BigStepForward</up> | |
<down>BigStepBack</down> | |
<left>StepBack</left> <!-- 35 seconds --> | |
<right>StepForward</right> <!-- 35 seconds --> | |
<yellow>ChapterOrBigStepForward</yellow> | |
</remote> | |
</FullscreenVideo> | |
</keymap> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment