Advertisement
Guest User

Untitled

a guest
Jan 6th, 2013
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. keyboard.xml
  2.  
  3. <!-- This is an example keymap to support the standard MCE keyboard -->
  4. <!-- shortcuts. Place this file in your userdata\keymaps folder. If -->
  5. <!-- you are using portable mode (XBMC started with the argument -p) -->
  6. <!-- the folder will be: -->
  7. <!-- "C:\Program Files\XBMC\userdata\keymaps" -->
  8. <!-- or -->
  9. <!-- "C:\Program Files (x86)\XBMC\userdata\keymaps" -->
  10. <!-- if you're using x64 Windows. If you aren't using portable mode -->
  11. <!-- the file needs to go into: -->
  12. <!-- "%APPDATA%\XBMC\userdata\keymaps" -->
  13. <keymap>
  14. <global>
  15. <keyboard>
  16. <p mod="ctrl,shift">Play</p>
  17. <s mod="ctrl,shift">Stop</s>
  18. <p mod="ctrl">Pause</p>
  19. <f mod="ctrl,shift">FastForward</f>
  20. <b mod="ctrl,shift">Rewind</b>
  21. <f mod="ctrl">SkipNext</f>
  22. <b mod="ctrl">SkipPrevious</b>
  23. <i>ContextMenu</i>
  24. <menu>Info</menu>
  25. <opensquarebracket mod="ctrl">ZoomIn</opensquarebracket>
  26. <equals mod="ctrl">ZoomOut</equals>
  27. <f10>VolumeUp</f10>
  28. <f9>VolumeDown</f9>
  29. <f8>mute</f8>
  30. <o mod="ctrl">Fullscreen</o>
  31. <two>FilterSMS2</two>
  32. <three>FilterSMS3</three>
  33. <four>FilterSMS4</four>
  34. <five>FilterSMS5</five>
  35. <six>FilterSMS6</six>
  36. <seven>FilterSMS7</seven>
  37. <eight>FilterSMS8</eight>
  38. <nine>FilterSMS9</nine>
  39. </keyboard>
  40. </global>
  41.  
  42. <FullscreenVideo>
  43. <keyboard>
  44. <return>OSD</return>
  45. <enter>OSD</enter>
  46. <three>ZoomIn</three>
  47. <six>ZoomOut</six>
  48. </keyboard>
  49. </FullscreenVideo>
  50. </keymap>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement