So here is what I wanted to do, and here is what I did to "fix" it...
I want to be able to click the middle button on my mouse (in my case a "clickable" roller wheel) to bring up my toolbar. My Hot Key trigger for the node I'm focusing on is Ctrl + Left Arrow. LaunchBar Commander does not have this built-in, so I user AutoHotKey to accomplish this.
I'n the master AutoHotKey script that I keep almost everything in, I added the following entry:
; Used to callup Launchbar Commander
MButton::
So now when the middle mouse button (MButton) is clicked, it "sends" the control + Left arrow key!
My Control + Left arrow key still works, but now I have a new way to get to my menu .
Hope this helps clarify... André