example: the first two buttons work, the last three dont. this is going straight from the HOWTO.
Code: Select all
<Button x="1" y="1" up="file_up" down="file_down" action="dialogs.file()" tooltiptext="Open..."/>
<Button x="45" y="1" up="set_up" down="set_down" action="dialogs.prefs()" tooltiptext="Preferences"/>
<Button x="107" y="1" up="aud_up" down="aud_down" action="dialogs.audioPopup()" tooltiptext="Audio Preferences"/>
<Button x="157" y="1" up="vid_up" down="vid_down" action="dialogs.videoPopup()" tooltiptext="Video Preferences"/>
<Button x="203" y="1" up="pl_up" down="pl_down" action="dialogs.playlist()" tooltiptext="Playlist"/>