mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-26 18:31:29 +00:00
Bug 278117 Add accesskey for Lightning extension, r=shaver
This commit is contained in:
parent
a041be0515
commit
6c5611731e
@ -60,6 +60,13 @@
|
||||
<script type="application/x-javascript"
|
||||
src="chrome://lightning/content/calendar-management.js"/>
|
||||
|
||||
<window id="messengerWindow">
|
||||
<keyset>
|
||||
<key id="openLightningKey" key="3" modifiers="accel"
|
||||
oncommand="ltnMinimonthPick(document.getElementById('ltnMinimonth'))"/>
|
||||
</keyset>
|
||||
</window>
|
||||
|
||||
<menupopup id="menu_NewPopup">
|
||||
<menuseparator />
|
||||
<menuitem id="ltnNewEvent" label="&lightning.menupopup.new.event.label;"
|
||||
|
Loading…
Reference in New Issue
Block a user