ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #02164
[Bug 374699] Re: Misleading Label in Keyboard Layout Options
I believe the problem is in the xkb-data package. Specifically in the
file /usr/share/X11/xkb/symbols/capslock, the configuration for
'xkb_symbols "escape"' includes a definition for ESC for None - that
should be removed.
I'm going to submit a patch (once I figure out how). I believe the
affected project is actually xkb-data.
In the meanwhile you can manually edit the file, remove the appropriate
line, and reconfigure the setting.
partial hidden modifier_keys
xkb_symbols "escape" {
key <CAPS> { [ Escape ] };
// Remove the following line
key <ESC> { [ None ] };
};
--
Misleading Label in Keyboard Layout Options
https://bugs.launchpad.net/bugs/374699
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xkeyboard-config in ubuntu.