From owner-freebsd-questions Tue Nov 11 03:56:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA17506 for questions-outgoing; Tue, 11 Nov 1997 03:56:55 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from friko.onet.pl (friko.onet.pl [194.204.188.29]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA17465 for ; Tue, 11 Nov 1997 03:56:38 -0800 (PST) (envelope-from potok@friko.onet.pl) Received: from psycho.free.box (rap-cen160.opole.tpnet.pl [194.204.146.160]) by friko.onet.pl (8.8.4/8.8.4) with SMTP id MAA31128; Tue, 11 Nov 1997 12:35:13 +0100 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <346805DB.5D999CB3@wavefront.com> Date: Tue, 11 Nov 1997 12:22:39 +0100 (CET) Organization: Ovita Nutricia Poland From: Mariusz Potocki To: Michael Porter Subject: RE: Keyboard extention keys Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 11-Nov-97 Michael Porter wrote: >After spilling tea on my old keyboard, I bought another. This one has >keys on the side (about 15 or so) for quick functions like the >CD-player, etc. This is configurable under the Win95 software. Of >coarse I don't run Win95, I run FreeBSD, so I'm wondering if there's any >way I could use these things. I really doubt anyone has a driver for it >now, as it seems to be a rather recent trend, but, can anyone suggest >what I could do? "Writing a driver" isn't an answer (for me) The only >way I'd be able to is if I had a template of some sort to follow. >Thanks, > >Michael Porter >ocean@wavefront.com >port0095@tc.umn.edu Below is some example from this mailing list. Remember about http://www.freebsd.org/search.html ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Larry S. Marso said: > How do I reprogram a Windows95 key on my laptop to act as the Cntrl key? > > -- > Larry S. Marso > lsmarso@panix.com > I'll assume that you are running X. You'll have to figure out what it's keycode is. Use xev(1) to find out. Run xev and tap the key. You should get about four lines of text including what the keycode is. Then, try xmodmap - << DONE keycode xxx = Control_L add control = Control_L DONE Where xxx is the keycode. If the key is on the right hand side of the keyboard, you should probably use Control_R instead of Control_L. All the other Control keys should still work. Mariusz "verba volant, scripta manent"