gnome-control-center keyboard no longer has way to modify caps lock key behavior
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gnome-control-center |
Won't Fix
|
Wishlist
|
|||
gnome-control-center (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
Up until Raring, it was trivial to use the gnome-control-
In earlier versions you could do the following:
- Launch System Settings
- Click on Keyboard Layout
- Click on Options
- These options allow one to modify Caps Lock Key behavior (for example swap it with ESC)
In newer versions of Saucy I try to do the following:
- Launch System Settings
- Click on Keyboard
- Click on Layout Settings
- Cannot find a location similar to these older options
These older 'Keyboard Layout Options' made it very easy to do things like swaping Caps Lock for ESC which make vim users much happier.
WORKAROUND
==========
Use gnome-tweak-tool
----------
For other layout switching problems introduced in Ubuntu 13.10 you can see bug 1218322.
----------
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: gnome-control-
ProcVersionSign
Uname: Linux 3.11.0-7-generic x86_64
ApportVersion: 2.12.1-0ubuntu3
Architecture: amd64
Date: Thu Sep 12 11:33:58 2013
InstallationDate: Installed on 2013-09-12 (0 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130912)
MarkForUpload: True
SourcePackage: gnome-control-
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_
activity-
deja-dup 27.3.1-0ubuntu1
gnome-
gnome-
gnome-
description: | updated |
Changed in gnome-control-center: | |
importance: | Unknown → Wishlist |
status: | Unknown → New |
description: | updated |
tags: | added: keyboard-layout-switching-related |
Changed in gnome-control-center (Ubuntu): | |
status: | Confirmed → Triaged |
Changed in gnome-control-center: | |
status: | New → Won't Fix |
tags: |
added: amd64 keyboard-layout-switching-hotkeys removed: keyboard-layout-switching-related |
As a workaround:
xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape'
Can be added to a startup script, but it would nice if one could do this with the system settings tools.