I've tried to customize my keybidning with the 
userHTMLBindings.xml as stated at 
http://www.mozilla.org/unix/customizing.html#keys, but I can't get it 
to work.  I'm trying to switch the normal key bindings for "bookmark 
current page" and "bookmark current page as", and I've gotten this in 
my bindings file:

======================================

<?xml version="1.0"?>

<!-- In order to work correctly, this file must live in the -->
<!-- res/builtin directory of the mozilla tree. -->

<bindings id="htmlBindings"
   xmlns="http://www.mozilla.org/xbl";
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";>

<binding id="browserUser">
<handlers>
<handler event="keypress" key="d" modifiers="control"
       command="addCurPageAsCmd"/>
<handler event="keypress" key="d" modifiers="control,shift"
       command="addCurPageCmd"/>
</handlers>
</binding>

</bindings>

========================================

I have no idea of what I'm doing wrong, or how to diagnose what my 
problems might be.

Any help would be apreciated.

-- 
Matthew Cline        | Suppose you were an idiot.  And suppose that
[EMAIL PROTECTED] | you were a member of Congress.  But I repeat
                     | myself.  -- Mark Twain

Reply via email to