From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1G2wxs-0006il-Td for garchives@archives.gentoo.org; Tue, 18 Jul 2006 21:18:49 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k6ILHQ1r006411; Tue, 18 Jul 2006 21:17:26 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k6ILBFGL016287 for ; Tue, 18 Jul 2006 21:11:15 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 170BD644EA for ; Tue, 18 Jul 2006 21:11:15 +0000 (UTC) Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05800-01 for ; Tue, 18 Jul 2006 21:11:13 +0000 (UTC) Received: from psmtp03.wxs.nl (psmtp03.wxs.nl [195.121.247.12]) by smtp.gentoo.org (Postfix) with ESMTP id 1692E6459E for ; Tue, 18 Jul 2006 21:10:59 +0000 (UTC) Received: from graskamp (ip51cfa1ef.direct-adsl.nl [81.207.161.239]) by psmtp03.wxs.nl (iPlanet Messaging Server 5.2 HotFix 2.07 (built Jun 24 2005)) with ESMTP id <0J2M00GMHAUBK2@psmtp03.wxs.nl> for gentoo-user@gentoo.org; Tue, 18 Jul 2006 23:10:59 +0200 (MEST) Date: Tue, 18 Jul 2006 23:10:31 +0200 From: Benno Schulenberg Subject: Re: [gentoo-user] Xmodmap with unnamed keycode In-reply-to: <20060718195817.GB2571@homer.bertram-scharpf> To: gentoo-user@lists.gentoo.org Message-id: <200607182310.31661.benno.schulenberg@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.9.3 References: <20060718195817.GB2571@homer.bertram-scharpf> X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Status: No, score=-2.497 required=5.5 tests=[AWL=-0.098, BAYES_00=-2.599, DNS_FROM_RFC_ABUSE=0.2] X-Spam-Score: -2.497 X-Spam-Level: X-Archives-Salt: 3d3d369a-4d03-4259-a190-68cc9493346f X-Archives-Hash: 5555c1376843bb591db1dcd3d11fb50a Bertram Scharpf wrote: > I would like to map the the character 0x017f, the long s > (http://en.wikipedia.org/wiki/Long_s)i, to my X keyboard. > > I already succeed with [...] > entering "u017f" in Vim and in GVim. Just for info: in nano one could do "00017f". > Now, I say > > $ xmodmap -e 'keycode 39 = s S 0x017f ssharp 0x017f ssharp' Try this instead: $ xmodmap -e 'keycode 39 = s S 0x100017f ssharp 0x100017f ssharp' Why this works, I don't know. :) Benno -- gentoo-user@gentoo.org mailing list