From owner-freebsd-questions@FreeBSD.ORG Sun Oct 14 19:49:40 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 494BC16A419 for ; Sun, 14 Oct 2007 19:49:40 +0000 (UTC) (envelope-from bruce.alcock@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.184]) by mx1.freebsd.org (Postfix) with ESMTP id 11D9D13C46A for ; Sun, 14 Oct 2007 19:49:40 +0000 (UTC) (envelope-from bruce.alcock@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1115415rvb for ; Sun, 14 Oct 2007 12:49:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=ytb6HLwRq8OHYCUmqfHga/RrQMu664niJ5fTqB3UyJM=; b=bTYKLHT04MElB+4ZGgikovd1gLyG/XNc1fg16sm7Fi1ADL6K/umZ6NLZjsRalJ8e/N7SAWJloA1UfsMz6DHJcy87FBlEOPU00b/Cl0SWXbqPSWY6b1odxCQ/Np2t5QTGOF2y6X0ILeU/On7NJz2VGJ4M9NIlQLLfwIop0hxMOQE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Ix+7tUDqpJhUZx5PTv95/8Xd5lcJ4eLgjoRzpGd1Scpc5i+oAijEs2HkkmWeq0cdcWhix/6Ld6EBhxS9dfB0pkpViWooBJEq+D55e2NZXxDnHs+wIQu324br8IyH2FQlTDh6AvDM+j6vNK3XIUVETzck7t1uzrEQz+d+6g6Rz2M= Received: by 10.140.185.11 with SMTP id i11mr2401957rvf.1192391378865; Sun, 14 Oct 2007 12:49:38 -0700 (PDT) Received: by 10.140.202.10 with HTTP; Sun, 14 Oct 2007 12:49:38 -0700 (PDT) Message-ID: Date: Sun, 14 Oct 2007 21:49:38 +0200 From: "Bruce Alcock" To: freebsd-questions@freebsd.org In-Reply-To: <20071014192106.GA72081@slackbox.xs4all.nl> MIME-Version: 1.0 References: <20071014100539.GA72686@slackbox.xs4all.nl> <20071014192106.GA72081@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Logitech G15 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2007 19:49:40 -0000 On 10/14/07, Roland Smith wrote: > > On Sun, Oct 14, 2007 at 08:11:30PM +0200, Bruce Alcock wrote: > > > > > It doesn't generate keysyms...hence the problem. Thanks, should've > mentioned > > that. Anyone got any ideas how to map keys that don't generate keysyms? > Or > > how to make them make keysyms rather? > > Does they generate KeyPress and KeyRelease events, with a keycode? If > the buttons don't generate events, I think there isn't anything you can > do with those keys. :-) But if they do, you can assign them a keysym in > ~/.Xmodmap. See xmodmap(1). > > A list of keysyms is available in /usr/local/include/X11/keysymdef.h. > You should remove the 'XK_' prefix from each keysym, though. I suggest > you pick a couple of unused ones instead of defining your own. > > Roland > -- > R.F.Smith http://www.xs4all.nl/~rsmith/ > [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] > pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) > > No, it does absolutely nothing. I've mapped keysyms for a multimedia keyboard with xmodmap before, so I know what I'm doing there. There's a linux driver program (http://g15tools.sourceforge.net/) which allows you to use everything, including the LCD screen on the keyboard. Unfortunately it requires linux kernel support to work, which obviously I can't give it in FreeBSD...any ideas? Really keen to just be able to use the extra keys, dont care about the LCD :-P Bruce