Re: [Newbies] swapMouseButton?

2008-01-04 Thread Kent Loobey
On Thursday 03 January 2008 22:48:32 Scott Wallace wrote: > Kent, > > Since you're using Squeak3.8, left-click on the desktop to get the > "world" menu, and from that menu choose "help"; you'll find > "preferences" as the third item in the resulting Help menu. Thank you. That did the trick. __

Re: [Newbies] swapMouseButton?

2008-01-04 Thread Bert Freudenberg
On Jan 4, 2008, at 6:04 , Kent Loobey wrote: I want to swap my mouse buttons around so that the left button is redbutton (world) middle wheel is blue button (morphic halo) rightbutton is yellow button (contextual menu) How can I do this? I am using Squeak 3.8full on

Re: [Newbies] swapMouseButton?

2008-01-03 Thread Scott Wallace
Kent, Since you're using Squeak3.8, left-click on the desktop to get the "world" menu, and from that menu choose "help"; you'll find "preferences" as the third item in the resulting Help menu. Or type "Alt-shift-P" while the desktop has keyboard focus. HTH, -- Scott On Jan 3, 2008, at

Re: [Newbies] swapMouseButton?

2008-01-03 Thread Robert F. Scheer
Kent, Use your right mouse button instead of the left one to open a larger menu titled "World". That has it. After swapping mouse buttons, then you'd use the left button to get back to that menu. Just explore all the buttons, menus, flaps and browsers. - Robert On Thu, 2008-01-03 at 21:44 -0

Re: [Newbies] swapMouseButton?

2008-01-03 Thread Kent Loobey
On Thursday 03 January 2008 21:41:08 Robert F. Scheer wrote: > Kent, > > Go to the Preferences Browser and pick the General tab and toggle the > swapMouseButtons item (I think that's what it's called). I don't know how to find the "Preferences Browser". "Squeak By Example" says that World->Open->

Re: [Newbies] swapMouseButton?

2008-01-03 Thread Robert F. Scheer
Kent, Go to the Preferences Browser and pick the General tab and toggle the swapMouseButtons item (I think that's what it's called). Another way to find this out is to read "Squeak By Example" which is easily found from the squeak.org site. - Robert On Thu, 2008-01-03 at 21:04 -0800, Kent Loo

[Newbies] swapMouseButton?

2008-01-03 Thread Kent Loobey
I want to swap my mouse buttons around so that the left button is redbutton (world) middle wheel is blue button (morphic halo) rightbutton is yellow button (contextual menu) How can I do this? I am using Squeak 3.8full on GNU/Linux Kubuntu Gutsy Gibbon (7.10). Thanks.