From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Sun, 19 Apr 2009 12:15:18 +0200 Message-ID: From: yy To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Adventures of a home user Topicbox-Message-UUID: e87f69b0-ead4-11e9-9d60-3106f5b1d025 2009/4/19 Jim Habegger : > ... I did learn that I have to press buttons 1 and 3 together, instead of > shift-3, to simulate button 2. IMO, this is a bug. The Shift+Button3 = Button2 behaviour is documented in the man page. I sent a (one-line) patch to Russ, but it looks like it hasn't been applied. If you are in unix and you plan to use 9vx (with shift and a 2 buttons mouse), just change this line in src/9vx/x11/x11-itrans.c: 232c232 < m->buttons |= 4; --- > m->buttons |= s & ShiftMask ? 2 : 4; hth, -- - yiyus || JGL .