Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2000 07:55:13 +0200 (CEST)
From:      clefevre@citeweb.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   misc/18460: X11 us keymap dead keys working the same way as describe in PR: misc/18459
Message-ID:  <200005090555.HAA05210@gits.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         18460
>Category:       misc
>Synopsis:       X11 us keymap dead keys working the same way as describe in PR: misc/18459
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          wish
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 08 23:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
ACME
>Environment:

FreeBSD gits 4.0-STABLE FreeBSD 4.0-STABLE #15: Tue May  9 00:32:14 CEST 2000     root@gits:/disk2/4.0-STABLE/src/sys/compile/CUSTOM  i386

>Description:

	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

>Fix:

diff -u /usr/X11R6/lib/X11/xkb/symbols/us_intl /usr/X11R6/lib/X11/xkb/symbols/us_iso
--- /usr/X11R6/lib/X11/xkb/symbols/us_intl	Sat Jan  8 17:42:50 2000
+++ /usr/X11R6/lib/X11/xkb/symbols/us_iso	Sun Mar 19 03:14:00 2000
@@ -5,15 +5,15 @@
 // by Conectiva (http://www.conectiva.com.br)
 // modified by Ricardo Y. Igarashi (iga@that.com.br)
 
-partial default alphanumeric_keys
+partial alphanumeric_keys alternate_group
 xkb_symbols "basic" {
 
-    name[Group1]= "US/ASCII";
+    name[Group2]= "US/ASCII/DEAD";
 
     // Alphanumeric section
-    key <TLDE> {	[ dead_grave,	dead_tilde	]	};
-    key <AE06> {	[	  6,	dead_circumflex	]	};
-    key <AC11> {	[ dead_acute,	dead_diaeresis	]	};
+    key <TLDE> {	[], [ dead_grave,	dead_tilde	]	};
+    key <AE06> {	[], [	  6,	dead_circumflex	]	};
+    key <AC11> {	[], [ dead_acute,	dead_diaeresis	]	};
 
     // End alphanumeric section
 };

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005090555.HAA05210>