Re: [9fans] other mouse buttons in drawterm on a one mouse button mac laptop under OS X

2010-09-07 Thread Paul Lalonde
You could intercept /dev/mouse on the cpu server and swap the buttons there before starting rio. That's per-user. Paul On Tue, Sep 7, 2010 at 1:14 PM, EBo wrote: > > > > It's easy to change and recompile. > > I should have stated "to reconfigure function keys without recompiling the > system".

Re: [9fans] other mouse buttons in drawterm on a one mouse button mac laptop under OS X

2010-09-07 Thread EBo
ack... I meant that changing and compiling is the way to go, not mucking with user specific settings. Time for a break... >> It's easy to change and recompile. > > I should have stated "to reconfigure function keys without recompiling the > system". For the original posters needs this is likel

Re: [9fans] other mouse buttons in drawterm on a one mouse button mac laptop under OS X

2010-09-07 Thread EBo
> It's easy to change and recompile. I should have stated "to reconfigure function keys without recompiling the system". For the original posters needs this is likely the way to go, but I wondered about multi-user systems (if that is even meaningful with drawterm). EBo --

Re: [9fans] other mouse buttons in drawterm on a one mouse button mac laptop under OS X

2010-09-07 Thread Paul Lalonde
It's easy to change and recompile. Paul On Tue, Sep 7, 2010 at 8:10 AM, EBo wrote: > > > >> Yes but drawterm doesn't agree: command (apple key) means right click > >> and option means middle click. > > > > Oh, I see. I'm not terribly inclined to change that. > > Drawterm has used those keys fo

Re: [9fans] other mouse buttons in drawterm on a one mouse button mac laptop under OS X

2010-09-07 Thread EBo
>> Yes but drawterm doesn't agree: command (apple key) means right click >> and option means middle click. > > Oh, I see. I'm not terribly inclined to change that. > Drawterm has used those keys for longer than there > has been OS X support and many people have that > muscle memory well trained

Re: [9fans] other mouse buttons in drawterm on a one mouse button mac laptop under OS X

2010-09-07 Thread Russ Cox
On Tue, Sep 7, 2010 at 1:22 AM, James Chapman wrote: > On Tue, Sep 7, 2010 at 2:16 AM, Russ Cox wrote: >>> In drawterm middle-click is option-click and right-click is command-click. >>> >>> In OS X in general right click is ctrl-click and in plan9 under vmware >>> fusion ctrl-click is right-click

Re: [9fans] other mouse buttons in drawterm on a one mouse button mac laptop under OS X

2010-09-06 Thread James Chapman
On Tue, Sep 7, 2010 at 2:16 AM, Russ Cox wrote: >> In drawterm middle-click is option-click and right-click is command-click. >> >> In OS X in general right click is ctrl-click and in plan9 under vmware >> fusion ctrl-click is right-click and command-click is middle-click. >> >> Is there any reaso

Re: [9fans] other mouse buttons in drawterm on a one mouse button mac laptop under OS X

2010-09-06 Thread Russ Cox
> In drawterm middle-click is option-click and right-click is command-click. > > In OS X in general right click is ctrl-click and in plan9 under vmware > fusion ctrl-click is right-click and command-click is middle-click. > > Is there any reason for this discrepancy and can it be easily changed? I

[9fans] other mouse buttons in drawterm on a one mouse button mac laptop under OS X

2010-09-06 Thread James Chapman
Hi, In drawterm middle-click is option-click and right-click is command-click. In OS X in general right click is ctrl-click and in plan9 under vmware fusion ctrl-click is right-click and command-click is middle-click. Is there any reason for this discrepancy and can it be easily changed? Best w