1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-27 14:42:27 +01:00
Files
pentadactyl-pm/melodactyl/content/melodactyl.xul
Doug Kearns 1fea8310c6 Melodactyl naming fixes 2.
--HG--
rename : melodactyl/content/xulmus.svg => melodactyl/content/melodactyl.svg
2010-10-03 19:22:55 +11:00

53 lines
2.2 KiB
XML

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://melodactyl/skin/melodactyl.css" type="text/css"?>
<overlay id="melodactyl"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:nc="http://home.netscape.com/NC-rdf#"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<menupopup id="viewSidebarMenu">
<menuitem observes="melodactyl-viewAddonsSidebar" label="Add-ons" accesskey="A"/>
<menuitem observes="melodactyl-viewConsoleSidebar" label="Console" accesskey="C"/>
<menuitem observes="melodactyl-viewDownloadsSidebar" label="Downloads" accesskey="D"/>
<menuitem observes="melodactyl-viewPreferencesSidebar" label="Preferences" accesskey="P"/>
</menupopup>
<broadcasterset id="mainBroadcasterSet">
<broadcaster id="melodactyl-viewAddonsSidebar"
autoCheck="false"
type="checkbox"
group="sidebar"
sidebarurl="chrome://mozapps/content/extensions/extensions.xul"
sidebartitle="Add-ons"
oncommand="toggleSidebar('melodactyl-viewAddonsSidebar');"/>
<broadcaster id="melodactyl-viewConsoleSidebar"
autoCheck="false"
type="checkbox"
group="sidebar"
sidebarurl="chrome://global/content/console.xul"
sidebartitle="Console"
oncommand="toggleSidebar('melodactyl-viewConsoleSidebar');"/>
<broadcaster id="melodactyl-viewDownloadsSidebar"
autoCheck="false"
type="checkbox"
group="sidebar"
sidebarurl="chrome://mozapps/content/downloads/downloads.xul"
sidebartitle="Downloads"
oncommand="toggleSidebar('melodactyl-viewDownloadsSidebar');"/>
<broadcaster id="melodactyl-viewPreferencesSidebar"
autoCheck="false"
type="checkbox"
group="sidebar"
sidebarurl="about:config"
sidebartitle="Preferences"
oncommand="toggleSidebar('melodactyl-viewPreferencesSidebar');"/>
</broadcasterset>
</overlay>
<!-- vim: set fdm=marker sw=4 ts=4 et: -->