From owner-freebsd-bugs Mon May 8 23: 0:15 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F91137BDD1 for ; Mon, 8 May 2000 23:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA72354; Mon, 8 May 2000 23:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lafontaine.cybercable.fr (lafontaine.cybercable.fr [212.198.0.202]) by hub.freebsd.org (Postfix) with SMTP id 1763A37BDC1 for ; Mon, 8 May 2000 22:55:16 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 17668279 invoked from network); 9 May 2000 05:55:13 -0000 Received: from r225m254.cybercable.tm.fr (HELO gits.dyndns.org) ([195.132.225.254]) (envelope-sender ) by lafontaine.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 9 May 2000 05:55:13 -0000 Received: (from root@localhost) by gits.dyndns.org (8.9.3/8.9.3) id HAA05210; Tue, 9 May 2000 07:55:13 +0200 (CEST) (envelope-from root) Message-Id: <200005090555.HAA05210@gits.dyndns.org> Date: Tue, 9 May 2000 07:55:13 +0200 (CEST) From: clefevre@citeweb.net Reply-To: clefevre@citeweb.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/18460: X11 us keymap dead keys working the same way as describe in PR: misc/18459 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 { [ dead_grave, dead_tilde ] }; - key { [ 6, dead_circumflex ] }; - key { [ dead_acute, dead_diaeresis ] }; + key { [], [ dead_grave, dead_tilde ] }; + key { [], [ 6, dead_circumflex ] }; + key { [], [ 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