Subject: Re: mouse buttons
To: Mike Ekholm <ekholm@visi.com>
From: Paul Goyette <paul@pgoyette.bdt.com>
List: port-mac68k
Date: 02/18/1997 17:28:20
On Tue, 18 Feb 1997, Mike Ekholm wrote:
> I was wondering how I could simulate the 3 buttons in X.
The X kit used to contain a file called 3BUTTONS which described the need
to use Option-left-arrow and Option-right-arrow for buttons 2 (middle) and
3 (right). If you get a 3-button mouse, make sure you can program it to
generate the key sequences Option-down, left-arrow-down, left-arrow-up,
Option-up.
> I have a Apple Design Keyboard, and the ADB mouse II. also, how can i
> change the font size of the Xterm windows?
Several ways:
1) xterm -f <font-name>
2) put a line in your .xresources file containing
xterm*Font:<font-name>
and include the following line in your .xsession startup file
xrdb $HOME/.Xresources
3) (my favorite, 'cuz your fingers have so much fun)
place your cursor in the text portion of the xterm window, and press
Control-Option-right-arrow (yep - that's Control-button3) and select
the desired font from the pop-up menu
------------------------------------------------------------------------------
| Paul Goyette | PGP Public Key fingerprint: | E-mail addresses: |
| Network Consultant | 0E 40 D2 FC 2A 13 74 A0 | paul@pgoyette.bdt.com |
| and kernel hacker | E4 69 D5 BE 65 E4 56 C6 | paul_goyette@ins.com |
------------------------------------------------------------------------------