| View previous topic :: View next topic |
| Author |
Message |
urlwolf
Joined: 16 Mar 2006 Posts: 148
|
Posted: Mon Mar 09, 2009 6:01 pm Post subject: retrieving thunderbird from tray |
|
|
Hi,
I like to assign a global shortcut to my most-used tools to get them to and from the tray. Thunderbird can go to tray thanks to this plugin:
https://addons.mozilla.org/en-US/thunderbird/addon/2110
But I have no idea how to make it come back and forth with a keyboard shortcut. It may be that the method that addon uses is not 'orthodox'... anyone having more luck?
Thanks! |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Mar 10, 2009 4:30 am Post subject: |
|
|
like ctrl t to make it come up
| Code: |
^t::
run, C:\Program Files\Thunderbird\Thunderbird.exe
|
that'll do the same thing |
|
| Back to top |
|
 |
|