Keyboard shortcut to open Firefox window

User Help for Mozilla Thunderbird
Post Reply
User avatar
rutja76
Posts: 8
Joined: May 3rd, 2005, 2:26 am

Keyboard shortcut to open Firefox window

Post by rutja76 »

Hi!

Is it possible to create a keyboard shortcut in Thunderbird that opens a Firefox window? Something that behave like in SeaMonkey with ctrl+n.
morat
Posts: 6421
Joined: February 3rd, 2009, 6:29 pm

Re: Keyboard shortcut to open Firefox window

Post by morat »

Do you want to open a new Firefox window like when you run the firefox.exe executable in the Command Prompt window?

Code: Select all

var file = Components.classes["@mozilla.org/file/local;1"].
  createInstance(Components.interfaces.nsIFile);
file.initWithPath("C:\\Program Files\\Mozilla Firefox\\firefox.exe");
file.launch();
The path may be different for other versions of Windows.

Keyconfig
http://addons.thunderbird.net/thunderbird/addon/602486
User avatar
makaiguy
Posts: 16878
Joined: November 18th, 2002, 6:44 pm
Location: Somewhere in SE USA
Contact:

Re: Keyboard shortcut to open Firefox window

Post by makaiguy »

Admittedly I'm still running an older version on my desktop (see signature) but ctrl+n opens a new FFox window and ctrl+t opens a new FFox tab for me.

Edit: Sorry, that's from within FFox. Didn't catch that you wanted to do this from within TBird.
Last edited by makaiguy on November 20th, 2018, 7:05 am, edited 1 time in total.
Doug Wilson
Win10 64bit: FF 124.0.2 64bit, TB 102.12.0 32-bit ║ Android 13/10: FF 124.2.0/115.9.0 ║ No TB for Android available, dammit!
What a fool believes he sees, no wise man has the power to reason away - Doobie Brothers
User avatar
rutja76
Posts: 8
Joined: May 3rd, 2005, 2:26 am

Re: Keyboard shortcut to open Firefox window

Post by rutja76 »

morat wrote:Do you want to open a new Firefox window like when you run the firefox.exe executable in the Command Prompt window?
Yes, exactly, and that made the trick, thanks!

So Keyconfig must be installed, there's no way to have that work without the add-on, right?
morat
Posts: 6421
Joined: February 3rd, 2009, 6:29 pm

Re: Keyboard shortcut to open Firefox window

Post by morat »

You can't open a new Firefox window with a standard keyboard shortcut.

http://support.mozilla.org/kb/keyboard-shortcuts
Post Reply