Basic sidebar added.
This commit is contained in:
parent
000378b5af
commit
686389ced5
1 changed files with 22 additions and 0 deletions
|
@ -11,4 +11,26 @@
|
||||||
<statusbar id="status-bar">
|
<statusbar id="status-bar">
|
||||||
<statusbarpanel id="my-panel" label="&statusbarpanel.helloworld;"/>
|
<statusbarpanel id="my-panel" label="&statusbarpanel.helloworld;"/>
|
||||||
</statusbar>
|
</statusbar>
|
||||||
|
|
||||||
|
<menupopup id="viewSidebarMenu">
|
||||||
|
<menuitem key="key_openScholarSidebar" observes="viewScholarSidebar" />
|
||||||
|
</menupopup>
|
||||||
|
|
||||||
|
<keyset id="mainKeyset">
|
||||||
|
<key id="key_openScholarSidebar" command="viewScholarSidebar"
|
||||||
|
key="S"
|
||||||
|
modifiers="shift accel" />
|
||||||
|
</keyset>
|
||||||
|
|
||||||
|
<broadcasterset id="mainBroadcasterSet">
|
||||||
|
<broadcaster id="viewScholarSidebar"
|
||||||
|
label="Scholar"
|
||||||
|
autoCheck="false"
|
||||||
|
type="checkbox"
|
||||||
|
group="sidebar"
|
||||||
|
sidebarurl="chrome://scholar/content/sidebar.xul"
|
||||||
|
sidebartitle="Scholar"
|
||||||
|
oncommand="toggleSidebar('viewScholarSidebar');" />
|
||||||
|
</broadcasterset>
|
||||||
|
|
||||||
</overlay>
|
</overlay>
|
||||||
|
|
Loading…
Reference in a new issue