Can I set a hotkey to "click" on an icon in the plugin bar?

0

I would like to use chrome instead of firefox because of his synching mechanism, which in firefox is quite faulty (only bookmarks are imported, a big problem 'cos I need extensions too).

I managed to make chrome really similar to firefox with plugins and things like that (I asked it in my previous question: How to turn Google chrome into firefox clone ).

However I'm missing an important thing: I need to bind in some way (changing the source code of the plugin or using anything else) CTRL + B to "click" to an icon in the plugin bar (basically I have to show the dialog that pops up when you click on that icon).

How to do it? I can write javascript/html/css code (but I would like to avoid to reimplement the whole plugin), any suggestion?

Here is a screenshot of the icon that I need to click:

http://dl.dropbox.com/u/762638/Images/Bookmarks.png

P.S.

The plugin is Neat Bookmarks.

Fire-Dragon-DoL

Posted 2011-03-29T00:31:54.083

Reputation: 631

Welcome to Super User! Please don't double post your questions, pick the right side that fits your question the most. As you've got an answer on Stack Overflow it didn't had any use posting it at Super User, it's off-topic here anyway... – Tamara Wijsman – 2012-02-19T14:56:45.710

Answers

-1

As Matchu stated on the Stack Overflow question, this is not doable.

Fire-Dragon-DoL

Posted 2011-03-29T00:31:54.083

Reputation: 631

This is indeed possible on Windows using AutoHotkey. I will post a solution later today. :) – iglvzx – 2012-02-03T17:11:45.283

I know autohotkey but this is a software that is external to google chrome. I want something internal to the browser itself, a script or something similar, as stated in the question. – Fire-Dragon-DoL – 2012-02-03T17:24:09.633