Bug 56769
| Summary: | Bad: dead keys at the us_intl are not working | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Ulisses Penna <penna> |
| Component: | XFree86 | Assignee: | Mike A. Harris <mharris> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.2 | CC: | penna |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-05-21 12:59:13 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Ulisses Penna
2001-11-27 12:19:27 UTC
What I've been using to get dead keys on a us keyboard is a us_intl-based
configuration, that required a small patch to XFree86. I run:
setxkbmap us -symbols 'us(pc104compose)+us_intl(basic)+group(ctrl_shift_toggle)'
and then, Left-Control+Right-Shift or Right-Control+Left-Shift can be used to
switch between enabled or disabled dead keys. Note that this is mostly us_intl,
not plain us.
The patch I installed in my box was already submitted to the maintainers of
XFree86. It was necessary for the dead-keys-disabled configuration to make it
possible for one to enter `6' (the existing cfg gets an `^' for the 6 key
regardless of shift:
--- /usr/X11R6/lib/X11/xkb/symbols/us_intl~ Thu Sep 6 01:25:07 2001
+++ /usr/X11R6/lib/X11/xkb/symbols/us_intl Thu Nov 15 17:22:26 2001
@@ -13,8 +13,8 @@
// Alphanumeric section
key <TLDE> { [ dead_grave, dead_tilde ],
[ grave, asciitilde ] };
- key <AE06> { [ 6, dead_circumflex ],
-
[ asciicircum,
asciicircum
]
};
+ key <AE06> { [ 6, dead_circumflex ],
+
[ 6, asciicircum ] };
key <AC11> { [ dead_acute, dead_diaeresis ],
[ apostrophe,
quotedbl
]
};
GOD: OK! I applied the patch and I can toggle between the us and us_intl. BAD: The dead_keys still are not "dead". Even /usr/X11R6/bin/xev tell me they are dead_tilde, dead_grave and so on, I still can't get the latin characters a-tilde, a-grave and so on at the screen. I'm using an Acer TravelMate 610TXVi notebook for your information. I also tried some LC* variables but I'm not sure which ones to use (I'm in Brazil) and which value they should have set. I believe this to be fixed in 4.2.0-50.11 in rawhide. Please test, and report back if it works correctly. Bug has been in MODIFIED state for almost a year awaiting testing feedback. I'm assuming that no feedback, is good feedback, and that the problem was indeed fixed. ;o) Closing as CURRENTRELEASE of Red Hat Linux 9 |