Advertisement
Guest User

keyboard.xml - XBOX One Media Remote

a guest
May 31st, 2014
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- This is a XBMC keymap specifically designed for the XBOX One Media Remote -->
  3. <!-- Created by Timo Verbrugghe -->
  4. <keymap>
  5. <global>
  6. <keyboard>
  7. <left>Left</left>
  8. <right>Right</right>
  9. <up>Up</up>
  10. <down>Down</down>
  11. <p>Play</p>
  12. <f>FastForward</f>
  13. <r>Rewind</r>
  14. <backspace>Back</backspace>
  15. <x>Stop</x>
  16. <period>SkipNext</period>
  17. <comma>SkipPrevious</comma>
  18. <return>Select</return>
  19. <enter>Select</enter>
  20. <c>ContextMenu</c>
  21. <minus>VolumeDown</minus>
  22. <plus>VolumeUp</plus>
  23. <m>Mute</m>
  24. <a>volampdown</a>
  25. <q>volampup</q>
  26. <s>XBMC.ActivateWindowAndFocus(subtitlesearch)</s>
  27. <h>XBMC.ActivateWindowAndFocus(home)</h>
  28. <o>XBMC.ActivateWindowAndFocus(shutdownmenu)</o>
  29. </keyboard>
  30. </global>
  31. <Home>
  32. <keyboard>
  33. <h>PreviousMenu</h>
  34. </keyboard>
  35. </Home>
  36. </keymap>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement