Skip to content

Instantly share code, notes, and snippets.

@inspector71
Created January 25, 2019 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inspector71/570abb9879c72cc3b9a24bec33110965 to your computer and use it in GitHub Desktop.
Save inspector71/570abb9879c72cc3b9a24bec33110965 to your computer and use it in GitHub Desktop.
Kodi Bravia
<!-- 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