1
0

skin.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <WinampAbstractionLayer version="1.35">
  3. <skininfo>
  4. <version>1.2.4</version>
  5. <name>Bento</name>
  6. <author>Martin Pöhlmann, Taber Buhl</author>
  7. <comment>Graphics by Taber Buhl - Wasabi Development by Ben Allison and Martin Poehlmann</comment>
  8. <email>[email protected]</email>
  9. <screenshot>screenshot.png</screenshot>
  10. <homepage>http://www.skinconsortium.com/</homepage>
  11. </skininfo>
  12. <accelerators section="general">
  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="normal">
  20. <accelerator bind="space" action="SHOW_CURRENT_TRACK" />
  21. </accelerators>
  22. <!-- This Skin uses shared Graphics, XML and Maki from 'Big Bento' -->
  23. <scripts>
  24. <script file="../Big Bento/scripts/loadattribs.maki" param="small"/> <!-- Must be loaded at first -->
  25. </scripts>
  26. <include file="../Big Bento/xml/color-presets.xml"/>
  27. <include file="../Big Bento/xml/system-colors.xml"/>
  28. <include file="../Big Bento/xml/system-elements.xml"/>
  29. <include file="xml/standardframe.xml" />
  30. <include file="../Big Bento/xml/window-overrides.xml"/>
  31. <include file="xml/player.xml"/>
  32. <include file="xml/notifier.xml"/>
  33. <include file="../Big Bento/about/about.xml"/>
  34. <scripts>
  35. <script file="../Big Bento/scripts/maximize.maki" param="130,18"/>
  36. </scripts>
  37. </WinampAbstractionLayer>