I have had a problem with getting Ctrl-D to work (in my case Command-D
on Mac OS). I also have Keyconfig installed which was part of my
solution. In Keyconfig I noticed that the javascript for Ctrl-D looked
suspicious. This is what I found:

if (SplitBrowser.isEventFromKeyboardShortcut(event))
{ SplitBrowser.activeBrowserAddBookmarkAs();; } else { GM.addGMark
(); }

After disabling the Split Browser extension, the above mumbo jumbo
changed to this (which I suspect is Firefox's default entry):

GM.addGMark()

So, to make a long story longer, I disabled the default Ctrl-D entry
in Keyconfig and then added another one with the same menu text as the
original (Bookmark This Page) and assigned it the Ctrl-D shortcut. Of
course it needs to have only "GM.addGMark()" without the quotes!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GMarks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/GMarks?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to