Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

When my address bar is active, I cannot close the current tab using CTRL+W - is this behaviour modifiable?

  • 6 replies
  • 1 has this problem
  • 28 views
  • Paskiausią atsakymą parašė dandalf02

more options

I would like to be able to use the CTRL+W combination even if the address bar is active. Can that be achieved?

Ubuntu 19.10 (Gnome), Firefox 70.0.

I would like to be able to use the CTRL+W combination even if the address bar is active. Can that be achieved? Ubuntu 19.10 (Gnome), Firefox 70.0.

Chosen solution

dandalf02 said

created a new profile, the CTRL+W still didn't close the tab with active address bar (addendum: instead, for some reason, it simulates shift+backspace and deletes a 'word' of text at a time).

It looks like your Gnome use the Emacs keybind mode. Could you try to type the following command in a terminal to set back the mode to default (you may have to run it with sudo):

gsettings set org.gnome.desktop.interface gtk-key-theme "Default"

Skaityti atsakymą kartu su kontekstu 👍 1

All Replies (6)

more options

dandalf02 said

I would like to be able to use the CTRL+W combination even if the address bar is active. Can that be achieved?

By default, you should be able to close the current tab with `Ctrl + w` no matter the address bar is focused or not. Could you try to create a new profile (See step 6 in Table of Content) and see if you still encounter the same problem.

Modified by Danny Colin

more options

Some Ctrl key combinations may not work in an input field or text area, but Ctrl+W should work like posted above.

Try the Firefox version from the official Mozilla server if you currently use a version from the repositories of your Linux distribution.

more options

Thank you both, Danny Colin and cor-el, for your solutions, sadly neither of them worked for me.

When I created a new profile, the CTRL+W still didn't close the tab with active address bar (addendum: instead, for some reason, it simulates shift+backspace and deletes a 'word' of text at a time).

The behaviour is the same when I use the official version downloaded from the Mozilla website.

more options

Hi dandalf02,

Maybe this would be useful to troubleshoot your problem: https://unix.stackexchange.com/questions/94331/how-can-i-delete-a-word-backward-at-the-command-line-bash-and-zsh#94391

Looks like Ubuntu has a default "kill word" (aka werase) when you press Ctrl+W.

Let me know how this goes.

more options

Chosen Solution

dandalf02 said

created a new profile, the CTRL+W still didn't close the tab with active address bar (addendum: instead, for some reason, it simulates shift+backspace and deletes a 'word' of text at a time).

It looks like your Gnome use the Emacs keybind mode. Could you try to type the following command in a terminal to set back the mode to default (you may have to run it with sudo):

gsettings set org.gnome.desktop.interface gtk-key-theme "Default"

more options

Danny Colin said

dandalf02 said
created a new profile, the CTRL+W still didn't close the tab with active address bar (addendum: instead, for some reason, it simulates shift+backspace and deletes a 'word' of text at a time).

It looks like your Gnome use the Emacs keybind mode. Could you try to type the following command in a terminal to set back the mode to default (you may have to run it with sudo):

gsettings set org.gnome.desktop.interface gtk-key-theme "Default"

Danny Colins: Wow, thank you, that completely solved it! I have no idea how the keybinding mode came to be set for emacs - I certainly didn't do it on purpose - but the issue was really there.

EDIT: I just found the emacs keybindings can be turned on/off in the Gnome Tweaks tool, under "Keyboard and Mouse" - so I might have actually done it by accident. Silly me.

Modified by dandalf02