2

I configured "open browser" to ctrl-alt-w here, since my keyboard does not have a "www" key:

System SettingsKeyboardShortcuts

Unfortunately firefox opens in a new window. That's not what I want. I want to open a new tab.

Is the current default really the best default for the 21 century? AFAIK most people use browser tabs, and not several browser windows.

guettli
  • 1,765

1 Answers1

4

You can assign this command below to a custom shortcut, it will always try to open a new tab in an already open Firefox window, if possible:

firefox -new-tab about:newtab

See How can I change what keys on my keyboard do? (How can I create custom keyboard commands/shortcuts?) (especially this answer for a GUI method) if you don't know how to set custom shortcuts.

Byte Commander
  • 110,243