Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 83609

Summary: Error in Yugoslav key mappings (xmodmap.yu)
Product: [Retired] Red Hat Linux Reporter: Gojko Adzic <gojko>
Component: gnome-appletsAssignee: Mark McLoughlin <markmc>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0Keywords: Triaged
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-08-27 10:44:16 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:
Bug Depends On:    
Bug Blocks: 79579, 100644    

Description Gojko Adzic 2003-02-06 09:40:23 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830

Description of problem:
in file xmodmap.yu:

Both uppercase and lowercase letter L (keycode 46) map to the lowercase l.

The backspace does not work well in xterm (possibly other programs as well). 


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.add gnome keyboard applet to panel
2. add yugoslav keymap to applet
3. type uppercase letter L, or try to use backspace in xterm
    

Actual Results:  lowercase letter l is displayed instead of uppercase L,
backspace does not work

Expected Results:  uppercase L, working backspace

Additional info:

fix: modify following two lines

keycode 22: BackSpace Delete
keycode 46: l l lstroke

to 

keycode 22: BackSpace  
keycode 46: l L lstroke

Comment 1 Alexander Larsson 2003-08-27 10:44:16 UTC
This seems to work for me in 2.3.6-1 at least. The L has been changed in the
xmodmap, but not the backspace, but backspace still works for me.
If this still doesn't work for you, please reopen the bug.