From owner-freebsd-mobile@FreeBSD.ORG Fri May 23 11:20:12 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 482B437B401 for ; Fri, 23 May 2003 11:20:12 -0700 (PDT) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BCD443FCB for ; Fri, 23 May 2003 11:20:11 -0700 (PDT) (envelope-from jester@panix.com) Received: from panix2.panix.com (panix2.panix.com [166.84.1.2]) by mail3.panix.com (Postfix) with ESMTP id 96AF698194; Fri, 23 May 2003 14:20:10 -0400 (EDT) Received: (from jester@localhost) by panix2.panix.com (8.11.6p2/8.8.8/PanixN1.0) id h4NIK9J18072; Fri, 23 May 2003 14:20:09 -0400 (EDT) Date: Fri, 23 May 2003 14:20:09 -0400 From: Jesse Sheidlower To: "Jesse D. Guardiani" Message-ID: <20030523182009.GA17892@panix.com> References: <20030523170156.AE07F5D04@ptavv.es.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: freebsd-mobile@freebsd.org Subject: Re: XKEYBOARD remapping of ctrl+alt+keypad-plus X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2003 18:20:12 -0000 On Fri, May 23, 2003 at 02:00:35PM -0400, Jesse D. Guardiani wrote: > Kevin Oberman wrote: > > > > xmodmap -e "keycode 77 = Num_Lock Num_Lock" > > That works pretty well actually. > > How do I figure out what which key presses give which keycode? > Is there a window app that I can run that will display the current > keycode for any key combination I've pressed? xev Jesse Sheidlower