7

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

Kevin Bowen
  • 19,615
  • 55
  • 79
  • 83
HMS8
  • 129
  • 2
  • 3
  • 13
  • Is it only in the URL bar that this happens, or elsewhere on the computer too (e.g. in Gedit, LibreOffice, etc.)? – Jez W Jul 26 '13 at 14:30

5 Answers5

9

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.

Pablo Bianchi
  • 15,657
Jez W
  • 2,090
1

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!

Fabby
  • 34,259
Silviu
  • 187
0

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
Eliah Kagan
  • 117,780
Ostik
  • 1
0

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")

MyTa01
  • 1
0

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

Brahian
  • 36
  • 5