aboutsummaryrefslogtreecommitdiff
path: root/Src/resources/skins/Winamp Modern/skin.xml
diff options
context:
space:
mode:
authorJean-Francois Mauguit <jfmauguit@mac.com>2024-09-24 09:03:25 -0400
committerGitHub <noreply@github.com>2024-09-24 09:03:25 -0400
commitbab614c421ed7ae329d26bf028c4a3b1d2450f5a (patch)
tree12f17f78986871dd2cfb0a56e5e93b545c1ae0d0 /Src/resources/skins/Winamp Modern/skin.xml
parent4bde6044fddf053f31795b9eaccdd2a5a527d21f (diff)
parent20d28e80a5c861a9d5f449ea911ab75b4f37ad0d (diff)
downloadwinamp-bab614c421ed7ae329d26bf028c4a3b1d2450f5a.tar.gz
Merge pull request #5 from WinampDesktop/community
Merge to main
Diffstat (limited to 'Src/resources/skins/Winamp Modern/skin.xml')
-rw-r--r--Src/resources/skins/Winamp Modern/skin.xml56
1 files changed, 56 insertions, 0 deletions
diff --git a/Src/resources/skins/Winamp Modern/skin.xml b/Src/resources/skins/Winamp Modern/skin.xml
new file mode 100644
index 00000000..7c461c64
--- /dev/null
+++ b/Src/resources/skins/Winamp Modern/skin.xml
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<WasabiXML version="1.35">
+
+ <skininfo>
+ <version>1.1.1</version>
+ <name>Winamp5 Base Skin</name>
+ <comment>Please feel free to use this skin as a reference point to build your new Winamp5 skins.</comment>
+ <author gaybag="bartibartman">Sven Kistner</author>
+ <email>sven@metrix.de</email>
+ <homepage>http://www.winamp.com</homepage>
+ <screenshot>screenshot.png</screenshot>
+ </skininfo>
+
+ <accelerators section="normal">
+ <accelerator bind="Alt+F" action="MENUHOTKEY_FILE"/>
+ <accelerator bind="Alt+P" action="MENUHOTKEY_PLAY"/>
+ <accelerator bind="Alt+O" action="MENUHOTKEY_OPTIONS"/>
+ <accelerator bind="Alt+I" action="MENUHOTKEY_VIEW"/>
+ <accelerator bind="Alt+H" action="MENUHOTKEY_HELP"/>
+ </accelerators>
+
+ <accelerators section="myvideownd">
+ <accelerator bind="Alt+F" action="MENUHOTKEY_FILE"/>
+ <accelerator bind="Alt+P" action="MENUHOTKEY_PLAY"/>
+ <accelerator bind="Alt+O" action="MENUHOTKEY_OPTIONS"/>
+ <accelerator bind="Alt+I" action="MENUHOTKEY_VIEW"/>
+ <accelerator bind="Alt+H" action="MENUHOTKEY_HELP"/>
+ </accelerators>
+
+ <accelerators section="player.content.pl.dummy.group">
+ <accelerator bind="Alt+F" action="PL_MENUHOTKEY_FILE"/>
+ <accelerator bind="Alt+P" action="PL_MENUHOTKEY_PLAYLIST"/>
+ <accelerator bind="Alt+S" action="PL_MENUHOTKEY_SORT"/>
+ <accelerator bind="Alt+H" action="PL_MENUHOTKEY_HELP"/>
+ </accelerators>
+
+ <accelerators section="player.content.ml.dummy.group">
+ <accelerator bind="Alt+F" action="ML_MENUHOTKEY_FILE"/>
+ <accelerator bind="Alt+I" action="ML_MENUHOTKEY_VIEW"/>
+ <accelerator bind="Alt+H" action="ML_MENUHOTKEY_HELP"/>
+ </accelerators>
+
+ <include file="xml/color-presets.xml"/>
+ <include file="xml/system-colors.xml"/>
+ <include file="standardframe/standardframe.xml"/>
+ <include file="titlebar/titlebar.xml"/>
+ <include file="xml/player.xml"/>
+ <include file="xml/pledit.xml"/>
+ <include file="xml/ml.xml"/>
+ <include file="xml/vis.xml"/>
+ <include file="xml/video.xml"/>
+ <include file="xml/albumart.xml"/>
+ <include file="xml/notifier.xml"/>
+ <include file="about/about.xml"/>
+
+</WasabiXML> \ No newline at end of file