Skip to content

Instantly share code, notes, and snippets.

@ahocquet
Last active June 23, 2016 22:30
Show Gist options
  • Save ahocquet/5d7a083a7698906c9b5700496654b63d to your computer and use it in GitHub Desktop.
Save ahocquet/5d7a083a7698906c9b5700496654b63d to your computer and use it in GitHub Desktop.
keymap.xml
<keymap>
<global>
<keyboard>
<f1>CleanLibrary(video)</f1> <!-- RED BUTTON -->
<f2>UpdateLibrary(video)</f2> <!-- GREEN BUTTON -->
</keyboard>
</global>
<FullscreenVideo>
<keyboard>
<f1>NextSubtitle</f1> <!-- RED BUTTON -->
<f2>AudioNextLanguage</f2> <!-- GREEN BUTTON -->
<f6>ActivateWindow(osdaudiosettings)</f6> <!-- GUIDE BUTTON -->
<f7>Info</f7> <!-- INFO BUTTON -->
<f8>CodecInfo</f8> <!-- INFO BUTTON (long press) -->
<!-- Disable fullscreen toggle while playing -->
<!-- Instead, just stops playing the video, which is probably the original intent -->
<backspace>Stop</backspace>
</keyboard>
</FullscreenVideo>
</keymap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment