AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

retrieving thunderbird from tray

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
urlwolf



Joined: 16 Mar 2006
Posts: 148

PostPosted: Mon Mar 09, 2009 6:01 pm    Post subject: retrieving thunderbird from tray Reply with quote

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
View user's profile Send private message
Guest






PostPosted: Tue Mar 10, 2009 4:30 am    Post subject: Reply with quote

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
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group