Selecting all text in URL by Ctrl+A doesn't work anymore. Now it brings the cursor to the front.
-
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 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.
Alternatively, in Firefox and Google Chrome you can use the shortcut Ctrl+L to select the entire title bar.

- 15,657

- 2,090
-
-
1
-
On terminal:
gsettings reset org.gnome.desktop.interface gtk-key-theme
– Pablo Bianchi Jan 16 '21 at 02:04
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:
and then clicking: System Settings→Keyboard
Note: On my PC, CTRL+A has the normal behaviour!
-
1It was working normally but suddenly it stopped working. Can not find select all shortcut at Keyboard settings. – HMS8 Jul 26 '13 at 14:00
-
@snoop: Could you please review my edits and also review the editing help to improve the readability of your own edits in the future... ;-) – Fabby Oct 02 '15 at 20:46
There is no Theme section in Ubuntu 18.04 and 20.04.
This works on Ubuntu 20.04.1 LTS.
- Open the dash and type "Tweaks" and open it.
- Select Keyboard & Mouse
- 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

- 117,780

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

- 1