summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--content/browser.xul7
-rw-r--r--locale/en-US/fireflix.dtd3
2 files changed, 9 insertions, 1 deletions
diff --git a/content/browser.xul b/content/browser.xul
index 0c699d9..b535343 100644
--- a/content/browser.xul
+++ b/content/browser.xul
@@ -4,7 +4,7 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" >
<menupopup id="viewSidebarMenu">
- <menuitem observes="viewFireflixSidebar" />
+ <menuitem observes="viewFireflixSidebar" key="fireflix-key" />
</menupopup>
<broadcasterset id="mainBroadcasterSet">
@@ -26,5 +26,10 @@
</toolbarbutton>
</toolbarpalette>
+ <keyset id="mainKeyset">
+ <key id="fireflix-key" command="viewFireflixSidebar"
+ key="&sidekey.key;" modifiers="&sidekey.modifiers;" />
+ </keyset>
+
</overlay>
diff --git a/locale/en-US/fireflix.dtd b/locale/en-US/fireflix.dtd
index 668b684..3380078 100644
--- a/locale/en-US/fireflix.dtd
+++ b/locale/en-US/fireflix.dtd
@@ -14,6 +14,9 @@
<!-- Sidebar -->
+<!ENTITY sidekey.key "X">
+<!ENTITY sidekey.modifiers "control shift">
+
<!ENTITY panel.auth_info "Authorization info">
<!ENTITY panel.no_auth_info "No auth info available">