1
0

skin.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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>Big 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. <scripts>
  23. <script file="scripts/loadattribs.maki" param="big"/> <!-- Must be loaded at first -->
  24. </scripts>
  25. <include file="xml/color-presets.xml"/>
  26. <include file="xml/system-colors.xml"/>
  27. <include file="xml/system-elements.xml"/>
  28. <include file="xml/standardframe.xml" />
  29. <include file="xml/window-overrides.xml"/>
  30. <include file="xml/player.xml"/>
  31. <include file="xml/notifier.xml"/>
  32. <include file="about/about.xml"/>
  33. <scripts>
  34. <script file="scripts/maximize.maki" param="166,23"/>
  35. </scripts>
  36. </WinampAbstractionLayer>