From owner-freebsd-questions@FreeBSD.ORG Sun Jul 6 09:27:54 2008 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 C332B1065672 for ; Sun, 6 Jul 2008 09:27:54 +0000 (UTC) (envelope-from geeree@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.225]) by mx1.freebsd.org (Postfix) with ESMTP id 938C38FC12 for ; Sun, 6 Jul 2008 09:27:54 +0000 (UTC) (envelope-from geeree@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2295805rvf.43 for ; Sun, 06 Jul 2008 02:27:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=ft+u084n93XeTgsnrvQl5Xdw+coOiROZtRCm4ZJHufI=; b=mjy5qUiUtmKpu7OnSvPuzdCoo3mmZtnaNDj2eOpFakXUglJLz32ofd2X2y1UhfckCU TdMPLDWWKzjHUjsQbMM7iosriHxDLzwbD9XpzbWJtzJ1Qp4Sxm1JF+vhBO3A6jlOXDsG pjluMDN0IR5r9hKYCOtBzW1rWewMXI6eSwotA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=UXd0F3I5tLcO5ctLiUJ4x25K3ElNuym8sUaDCotb4ok8wO04WOzi++HbL8SoPQMQEo T/GDSBm6LBFaddDzrv9T9UPeWJmzKjZgFO+Y5wlAsdhHD/2FJUVC1iQmlaloxWndh3CX JCNWKoWZraZRngVJA2htlXkRGvjO6qEnEYUW4= Received: by 10.140.161.11 with SMTP id j11mr1502347rve.134.1215336474057; Sun, 06 Jul 2008 02:27:54 -0700 (PDT) Received: by 10.141.29.7 with HTTP; Sun, 6 Jul 2008 02:27:54 -0700 (PDT) Message-ID: <8a2141c0807060227x2e28a4fgeea15ebd0dc02d32@mail.gmail.com> Date: Sun, 6 Jul 2008 14:57:54 +0530 From: "Girish Kulkarni" Sender: geeree@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 918ae525b88888ef Subject: Disabling Super key? 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, 06 Jul 2008 09:27:54 -0000 Is there any way I could disable the Windows key on my keyboard? I use FreeBSD 7.0-RELEASE on a Dell Inspiron 640m laptop. My Windows key ("Super_L") has developed a problem for some unknown reason: it gets pressed and remains so without my touching it. I could diagnose this only using xev, which reported a constant Super_L KeyPress event. This means that I cannot enter text in for example Firefox or Emacs most of the time and this is terribly irritating. I could probably solve the problem by disabling the Super key. Thanks, Girish.