Bug 18460

Summary: X11 us keymap dead keys working the same way as describe in PR: misc/18459
Product: Base System Reporter: clefevre <clefevre>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description clefevre 2000-05-09 07:00:01 UTC
	this patch makes the dead keys under X11 to work the same
	was as describe in PR: misc/18459. it is based on the file
	/usr/X11R6/lib/X11/xkb/symbols/us_intl.

How-To-Repeat: 
	ALTGR-' + e now gives é using the following configuration
	in /etc/XF86Config :

		Section "Keyboard"
		    Protocol    "Standard"
		    RightAlt    Compose
		    XkbKeycodes  "xfree86"
		    XkbTypes     "default"
		    XkbCompat    "default"
		    XkbSymbols   "us(pc101)+us_iso+group(switch)"
		    XkbGeometry  "pc"
		EndSection
Comment 1 Mike Heffner freebsd_committer freebsd_triage 2001-06-26 05:20:47 UTC
State Changed
From-To: open->closed

This patch should be sent to the XFree86 project.