From owner-freebsd-questions@freebsd.org Tue Sep 29 05:04:38 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E666A0AEFF for ; Tue, 29 Sep 2015 05:04:38 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from douhisi.pair.com (douhisi.pair.com [209.68.5.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E09418B8 for ; Tue, 29 Sep 2015 05:04:38 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from [10.2.2.1] (pool-173-48-121-235.bstnma.fios.verizon.net [173.48.121.235]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by douhisi.pair.com (Postfix) with ESMTPSA id 9BE7A3F780; Tue, 29 Sep 2015 01:04:30 -0400 (EDT) Message-ID: <560A1BDE.8030902@sneakertech.com> Date: Tue, 29 Sep 2015 01:04:30 -0400 From: Quartz MIME-Version: 1.0 To: "O. Hartmann" CC: FreeBSD Questions Subject: Re: x11: howto disable rogue touchpad? References: <20150928145458.6758ca58@hermann> <20150929062217.0c2c92f6@freyja.zeit4.iv.bundesimmobilien.de> In-Reply-To: <20150929062217.0c2c92f6@freyja.zeit4.iv.bundesimmobilien.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Sep 2015 05:04:38 -0000 > Typing, for instance, a text for a report, with hands layed down on the > chassis, turns into a horror: while typing, suddenly you get close enough to > the touch thing and suddenly the carret jumps randomly into another portion of > the text. That happens in editors running in X11/windowmaker or any other WM I > tried so far. Isn't there a way to hook the mouse into the keyboard key repeat delay such that the system ignores mouse input while typing? I know OSX and Windows have this built in, I swear I've seen it in X too.... maybe a gnome or kde specific thing or some package?