From owner-freebsd-questions@FreeBSD.ORG Wed Sep 10 14:59:19 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11A7016A4BF for ; Wed, 10 Sep 2003 14:59:19 -0700 (PDT) Received: from mailproxy3.netcologne.de (mailproxy3.netcologne.de [194.8.194.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C0A743F75 for ; Wed, 10 Sep 2003 14:59:18 -0700 (PDT) (envelope-from stefan@drachenhorst.fantasy.net) Received: from drachenhorst.fantasy.net (xdsl-213-196-209-187.netcologne.de [213.196.209.187]) by mailproxy3.netcologne.de (Postfix) with ESMTP id E9BDF2BA757 for ; Wed, 10 Sep 2003 23:59:16 +0200 (MEST) Received: by drachenhorst.fantasy.net (Postfix, from userid 500) id 166CDE44; Wed, 10 Sep 2003 23:59:16 +0200 (CEST) Date: Wed, 10 Sep 2003 23:59:16 +0200 From: Stefan Malte Schumacher To: freebsd-questions@freebsd.org Message-ID: <20030910215916.GA17562@drachenhorst.fantasy.net> Mail-Followup-To: Stefan Malte Schumacher , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Precedence: first-class Priority: normal Subject: Map Windows Key under syscons X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2003 21:59:19 -0000 Hi I would like to be able to use the Windows Key as "Meta" while using syscons - it much easier to reach then escape. I have found out with xev that the scancode of this key is 115. After this I opened the German-Iso-Keymap with an editor and found out that there are 108 lines with numbers and functions. I thereby assumed that by copying the Meta-Line and adding it as Nr.115 at the end I should be able to use the Windows-Key as Meta, but this did not work. (It just beeps when I press Windows - after reloading the keymap of course). So how can I map Windows to Meta ? Bye Stefan