Bookie icon indicating copy to clipboard operation
Bookie copied to clipboard

let chrome extension keyboard shortcut be customizable

Open widox opened this issue 13 years ago • 3 comments

I want to have the ability to change my keyboard shortcut in the extension options.

widox avatar Jun 23 '11 01:06 widox

I'm all for this, but not sure how best to go about letting the keys be customized since it's basically executed JS code.

https://github.com/mitechie/Bookie/blob/develop/extensions/chrome_ext/shortcut.js

If anyone has any ideas/implantations I'd definitely like to try it out, but making wishlist for now.

mitechie avatar Aug 20 '11 23:08 mitechie

See if this helps us get this working. We can include the library in the shipped extension:

https://github.com/madrobby/keymaster

mitechie avatar Aug 28 '11 14:08 mitechie

I don't think linking to a third party extension (and thereby, bulking up the Bookie extension ) is necessary. Latest chrome releases allow for the keyboard shortcut (that which triggers the extension's popup page) to be customized in the Keyboard Shortcuts dialog. (chrome://extensions -> Keyboard Shortcuts )

The original workflow can be followed. Instead of clicking on the extension icon, one is allowed to use a key combination now.

suryatech avatar Mar 09 '14 15:03 suryatech