From owner-freebsd-questions Fri Apr 6 9:13: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from oracle.clara.net (oracle.clara.net [195.8.69.94]) by hub.freebsd.org (Postfix) with ESMTP id 2BAC937B446 for ; Fri, 6 Apr 2001 09:12:58 -0700 (PDT) (envelope-from alex@clara.co.uk) Received: from [213.253.39.93] (helo=myname.my.domain) by oracle.clara.net with esmtp (Exim 3.11 #5) id 14lYr2-00071j-00; Fri, 06 Apr 2001 17:12:56 +0100 Received: (from alex@localhost) by myname.my.domain (8.11.3/8.11.3) id f36GDit04823; Fri, 6 Apr 2001 17:13:44 +0100 (BST) (envelope-from alex) Date: Fri, 6 Apr 2001 17:13:44 +0100 From: "Aleksandar Simic'" To: Alexey Koptsevich Cc: questions@freebsd.org Subject: Re: X key bindings Message-ID: <20010406171344.A4798@frustum.clara.co.uk> Mail-Followup-To: Aleksandar Simic' , Alexey Koptsevich , questions@freebsd.org References: <20010405173124.B14298@frustum.clara.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from kopts@astro.ioffe.rssi.ru on Fri, Apr 06, 2001 at 06:00:16PM +0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try this page: http://www.cis.ksu.edu/Systems/Info/gnu/lemacs.Super_and_Hyper_Keys.html --Alex -- M-x spook -- strategic Ron Brown Waco, Texas nuclear Rule Psix assassination Ft. Bragg Ortega genetic class struggle On Fri, Apr 06, 2001 at 06:00:16PM +0400, Alexey Koptsevich wrote: > > > > > May I map Hyper or Super to Alt_R somehow? > > > > > > > > Yes, you certainly can. Try using xmodmap(1), or if you don't find the > > > > command line appealing you can try xkeycaps from ports: > > > > /usr/ports/x11/xkeycaps/ > > > > > > I have already tried it, but the problem is that Hyper/Super keysyms are > > > absent in the map: > > > > > > >xmodmap -e "keysym Alt_R = Hyper" > > > xmodmap: commandline:0: bad keysym target keysym 'Alt_R', no > > > corresponding keycodes > > > xmodmap: 1 error encountered, aborting. > > > > > > How can I introduce these keysyms? > > > > Try this: > > > > $ cd > > $ xmodmap -pke > .xmodmap > > $ emacs .xmodmap & > > > > and then edit the values that you want. > > Well, and then run 'xmodmap .xmodmap', right? > It would be the same (for my 104-key AT keyboard) as to issue the command > > xmodmap -e "keycode 113 = Hyper" > > and I again have > > xmodmap: commandline:0: bad keysym name 'Hyper' in keysym list > xmodmap: 1 error encountered, aborting. > > As I understand I cannot assign arbitrary keysym to the given key, right? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message