From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 17:06:09 2011 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 DCDC01065670 for ; Tue, 25 Oct 2011 17:06:09 +0000 (UTC) (envelope-from openslateproj@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 795888FC1C for ; Tue, 25 Oct 2011 17:06:09 +0000 (UTC) Received: by vws11 with SMTP id 11so988925vws.13 for ; Tue, 25 Oct 2011 10:06:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=+VErxcn/1gzk+l3ylLn3n8jFIEcDc9cvKVYUL6kRbg0=; b=iiPCXmVYKAWgy0bj+C9jwpD4TE+9V1vP046xFpgyKVoHK+Q1Wz6hMhfs/XDGNkNr9X 8s9OiI6ahvJSkMfXl+1rv9KxoRV/+YW0ll69QUGEeDa06PwrRNiUEsrZAVEnVsurv7kV AXmhIsXTZUezUuaecWDLM9i+AcH8Hoe5bLNAA= MIME-Version: 1.0 Received: by 10.52.109.66 with SMTP id hq2mr7287007vdb.77.1319562368775; Tue, 25 Oct 2011 10:06:08 -0700 (PDT) Received: by 10.220.182.202 with HTTP; Tue, 25 Oct 2011 10:06:08 -0700 (PDT) Received: by 10.220.182.202 with HTTP; Tue, 25 Oct 2011 10:06:08 -0700 (PDT) In-Reply-To: References: Date: Tue, 25 Oct 2011 07:06:08 -1000 Message-ID: From: Open Slate To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Three button mouse emulation 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: Tue, 25 Oct 2011 17:06:09 -0000 A simple way to enable three button mouse emulation is to put mouse_flags=-3 in /etc/rc.conf. I cannot find this documented anywhere. Section 4.5 of the faq mentions this feature and refers to the moused man page, where we are told to pass -3 to moused. Similar treatment in the handbook. Section 2.10.10. Only a seasoned veteran would think to look in /etc/defaults/rc.conf. This trick is especially useful to laptop users and should be in the handbook.