Subversion Repositories general

Rev

Rev 1321 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?xml version="1.0"?>

<overlay id="latrus"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

        <script type="application/x-javascript" src="chrome://latrus/content/latrus.js" />
        
        <window id="messengerWindow">
                <commandset id="latrus-commandset">
                        <command id="latrus-command" oncommand="LatRus.toggleEnabled();" />
                </commandset>

                <keyset id="latrus-keyset">
                        <key id="latrus-key" modifiers="accel,alt" key="L" command="latrus-command" />
                </keyset>
        </window>

        <statusbar id="status-bar">
                <statusbarpanel id="latrus-panel" onclick="if(event.button == 0) LatRus.toggleEnabled();" />
        </statusbar>

</overlay>