Last active
June 23, 2016 22:30
-
-
Save ahocquet/5d7a083a7698906c9b5700496654b63d to your computer and use it in GitHub Desktop.
keymap.xml
This file contains 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
<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