ardcore / chrome-better-bookmark

Chrome Extension that lets you easily add bookmarks to any category. Includes spotlight-like search with mouse/keyboard support.
https://chrome.google.com/webstore/detail/better-bookmark/pniopfmciclllcpockpkgceikipiibol
MIT License
63 stars 14 forks source link

Change Shortcut for Adding Bookmark #3

Open davidshq opened 8 years ago

davidshq commented 8 years ago

Hi,

Can I suggest using Ctrl+D for the bookmark shortcut rather than Ctrl+B?

Reason being, if I am composing something in a WYSIWYG editor (e.g. WordPress), the Ctrl+B shortcut is usually keyed to bolding the font.

Or maybe give us the option to choose what the shortcut key?

Love the extension, just want to be able to make text bold without using the mouse. :)

Dave

ardcore commented 8 years ago

Hi, Chrome allows you to change all the keyboard shortcuts registered by extensions. Go to chrome://extensions/ , scroll down to the very bottom and click on the 'keyboard shortcuts' there.

davidshq commented 8 years ago

Thanks, this is great. Though it raises another issue, if I set it to Ctrl+D it doesn't bookmark in the last folder and allow me to move it - it just opens Better Bookmark.

This is time consuming if I'm bookmarking a bunch of links on the same topic placed into the same folder.

ardcore commented 8 years ago

Hm, this issue doesn't exist on OSX. Does it work when you set it to some other key combination? Maybe overriding default key bindings (or just this specific one) is broken on chrome@windows?

davidshq commented 8 years ago

Hmmm...I have the same problem on my MacBook Pro. When I press Ctrl+D (which I changed from Ctrl+B to Ctrl+D) it opens up Better Bookmarks but doesn't add the bookmark to the last opened folder (or at all, until I manually select the folder).

ardcore commented 8 years ago

Better Bookmark never adds a bookmark anywhere until you select the folder... so what exactly doesn't work after the extension opens up? Can you use arrow keys to move selection up/down? Can you use enter to confirm the selected folder? How about mouse?

AwesomeLemon commented 7 years ago

@ardcore On Windows this works perfectly. Also I would suggest for you to add information about changing binding to the extension page in the Chrome Store, or at least to the Readme here - I think it would be useful to people. [At least I before going to issues forked your repo, and changed binding in code]. I know that's not extension-specific info, but still.