skin.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <WasabiXML version="1.35">
  3. <skininfo>
  4. <version>1.1.1</version>
  5. <name>Winamp5 Base Skin</name>
  6. <comment>Please feel free to use this skin as a reference point to build your new Winamp5 skins.</comment>
  7. <author gaybag="bartibartman">Sven Kistner</author>
  8. <email>[email protected]</email>
  9. <homepage>http://www.winamp.com</homepage>
  10. <screenshot>screenshot.png</screenshot>
  11. </skininfo>
  12. <accelerators section="normal">
  13. <accelerator bind="Alt+F" action="MENUHOTKEY_FILE"/>
  14. <accelerator bind="Alt+P" action="MENUHOTKEY_PLAY"/>
  15. <accelerator bind="Alt+O" action="MENUHOTKEY_OPTIONS"/>
  16. <accelerator bind="Alt+I" action="MENUHOTKEY_VIEW"/>
  17. <accelerator bind="Alt+H" action="MENUHOTKEY_HELP"/>
  18. </accelerators>
  19. <accelerators section="myvideownd">
  20. <accelerator bind="Alt+F" action="MENUHOTKEY_FILE"/>
  21. <accelerator bind="Alt+P" action="MENUHOTKEY_PLAY"/>
  22. <accelerator bind="Alt+O" action="MENUHOTKEY_OPTIONS"/>
  23. <accelerator bind="Alt+I" action="MENUHOTKEY_VIEW"/>
  24. <accelerator bind="Alt+H" action="MENUHOTKEY_HELP"/>
  25. </accelerators>
  26. <accelerators section="player.content.pl.dummy.group">
  27. <accelerator bind="Alt+F" action="PL_MENUHOTKEY_FILE"/>
  28. <accelerator bind="Alt+P" action="PL_MENUHOTKEY_PLAYLIST"/>
  29. <accelerator bind="Alt+S" action="PL_MENUHOTKEY_SORT"/>
  30. <accelerator bind="Alt+H" action="PL_MENUHOTKEY_HELP"/>
  31. </accelerators>
  32. <accelerators section="player.content.ml.dummy.group">
  33. <accelerator bind="Alt+F" action="ML_MENUHOTKEY_FILE"/>
  34. <accelerator bind="Alt+I" action="ML_MENUHOTKEY_VIEW"/>
  35. <accelerator bind="Alt+H" action="ML_MENUHOTKEY_HELP"/>
  36. </accelerators>
  37. <include file="xml/color-presets.xml"/>
  38. <include file="xml/system-colors.xml"/>
  39. <include file="standardframe/standardframe.xml"/>
  40. <include file="titlebar/titlebar.xml"/>
  41. <include file="xml/player.xml"/>
  42. <include file="xml/pledit.xml"/>
  43. <include file="xml/ml.xml"/>
  44. <include file="xml/vis.xml"/>
  45. <include file="xml/video.xml"/>
  46. <include file="xml/albumart.xml"/>
  47. <include file="xml/notifier.xml"/>
  48. <include file="about/about.xml"/>
  49. </WasabiXML>