Ctrl+A does not select all in URL bar in Chrome and Firefox

Selecting all text in URL by Ctrl+A doesn't work anymore. Now it brings the cursor to the front.

1

5 Answers

Try the following (not guaranteed to cover your problem but it's a possibility):

Open your Dash and type in "Tweak" to get to the Tweak Tool (Note that this is not the same as "Ubuntu Tweak") - alternatively, in a console type gnome-tweak-tool (if it is not currently installed, type sudo apt-get install gnome-tweak-tool to install it)

Go to the Keyboard & Mouse > Emacs input (formerly Theme section > Gtk+ Keybinding Theme). If this is set to "Emacs", then Ctrl+A will essentially act as if it were the Home key. If this is the case, change the option to "Default" to restore the usual settings.

screenshot

Alternatively, in Firefox and Google Chrome you can use the shortcut Ctrl+L to select the entire title bar.

3

Ctrl+A usually goes to the front of the string in the CLI. You should check the Keyboard shortcuts by clicking the gear icon in the top right of your screen:

Gear icon

and then clicking: System SettingsKeyboard

Note: On my PC, CTRL+A has the normal behaviour!

2

If you can't fix it try using F6 ;)

1

There is no Theme section in Ubuntu 18.04 and 20.04.

This works on Ubuntu 20.04.1 LTS.

  1. Open the dash and type "Tweaks" and open it.
  2. Select Keyboard & Mouse
  3. Disable Emacs Input

NB!! Step 2 - The menu is sometimes hidden if the window is too small. Either maximise the window or click the < sign to expand the menu.

If Tweaks is not installed, install it by typing:

sudo apt-get install gnome-tweak-tool

Ctrl A no select all: 1, Home -> Shift End (or reverse) 2, right click or key like right click in image enter image description here-> a, Alt a, ... (to select line "select all")

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like