Hi all, 20 years ago I wrote an application in SmallTalk-V that I'm porting
now to Pharo since Smalltalk-V doesn't run 64-bit systems. I run Pharo on a
Mac and what I experience is a bit annoying and I hope one of you already
solved the issues.

In fact there are two things that bother me:

1. The typical cursor navigation doesn't work. Normally on a Mac:
cmd <left arrow> moves the cursor to the beginning of a line,
cmd <right arrow> moves the cursor to the end of the line,
option <left arrow> moves the cursor one word to the left, 
option <right arrow> moves the cursor one word to the right,
...
and of course it can be combined with shift to make selections.

In Pharo I can't do that and it slows down coding.

2. There are problems with the Magic Mouse and it is very annoying when
browsing code.
Whenever you touch the mouse surface to scroll horizontally it generates
shift <left arrow> or shift <right arrow> events which causes text to be
selected without it being the intension.

Is there a solution for this?
Thanks for helping me :-)

Cheers, Bart



--
View this message in context: 
http://forum.world.st/Pharo-on-a-Mac-tp4910484.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to