From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 21:09:58 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 78B4E106566B for ; Tue, 25 Oct 2011 21:09:58 +0000 (UTC) (envelope-from nm.knife@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 02B3B8FC1A for ; Tue, 25 Oct 2011 21:09:57 +0000 (UTC) Received: by bkbzt4 with SMTP id zt4so1074359bkb.13 for ; Tue, 25 Oct 2011 14:09:56 -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=PEAJlqPhA2RxzYro7heXonYCn3wYIfPZbPTk1nWXD34=; b=Q2NOzbS0G66sCDQOWy0pquRHV27REx0aNtZdGqykgxEzhsF+o8Bb192H+13lqsyvIY u2vsE5Y8KWxnxg2pMqsi3hKv8Yvj6hiehXDzo9W/6xLiJOCYpm4xD60J3urNEUMfmjqJ TcmLNC71l+RJDIpSXXP/zCGQoervtJgC7omqU= MIME-Version: 1.0 Received: by 10.182.164.74 with SMTP id yo10mr4651686obb.69.1319576996165; Tue, 25 Oct 2011 14:09:56 -0700 (PDT) Received: by 10.182.116.36 with HTTP; Tue, 25 Oct 2011 14:09:56 -0700 (PDT) In-Reply-To: <20111025203128.GA89198@gizmo.acns.msu.edu> References: <20111025203128.GA89198@gizmo.acns.msu.edu> Date: Tue, 25 Oct 2011 14:09:56 -0700 Message-ID: From: =?windows-1251?B?y/7h7uzo8CDD8Ojj7vDu4g==?= To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: 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 21:09:58 -0000 This is how I got 3-button to work, with middle-button scroll. In /etc/rc.conf moused_enable="YES" moused_flags="-V" -- Lyubomir Grigorov (bgalakazam)