Ticket #10249 (closed defect: fixed)
error in spanish mechanical keyboard maps
| Reported by: | pgf | Owned by: | pgf |
|---|---|---|---|
| Priority: | blocker | Milestone: | Not Triaged |
| Component: | keyboards | Version: | not specified |
| Keywords: | Cc: | esteban | |
| Action Needed: | no action | Verified: | no |
| Deployments affected: | UY | Blocked By: | |
| Blocking: |
Description
build os207 -- on a CL1C machine equipped with a spanish mechanical keyboard, the the key combination which should produce a "{" (left brace) character (i.e., "shift-, in the bottom row), instead produces a ?" (right bracket) character.
this is a result of a copy/paste error in /usr/share/X11/xkbd/symbols/es, at line 233:
commit b1399e5afbdd7fce52d1f0a7cbae1ddb8c4b29f7
Author: Paul Fox <pgf@laptop.org>
Date: Mon Jul 26 11:03:03 2010 -0400
fix typo that broke braceright character
diff --git a/F-11/symbols/es b/F-11/symbols/es
index 1fa01ad..d353124 100644
--- a/F-11/symbols/es
+++ b/F-11/symbols/es
@@ -230,7 +230,7 @@ xkb_symbols "olpcm" {
key <AB10> { [ minus, underscore ] };
key <AA02> { [ less, greater ] };
- key <AA06> { [ bracketleft, bracketright, ccedilla, Ccedilla ] };
+ key <AA06> { [ bracketleft, braceleft, ccedilla, Ccedilla ] };
key <AA07> { [ bracketright, braceright ] };
this edit can be applied by hand, if necessary.
i'll build a new rpm as soon as i'm confident there are no other botches like this.
Change History
Note: See
TracTickets for help on using
tickets.


