Re: [Pharo-users] Mac keyboard bindings

2014-06-01 Thread Ben Coman
Ben Coman wrote: darrinm wrote: Thanks for the help Ben. Submitted! -- View this message in context: http://forum.world.st/Mac-keyboard-bindings-tp4760656p4761232.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. Cool. Now its good practice to end the mail t

Re: [Pharo-users] Mac keyboard bindings

2014-06-01 Thread Ben Coman
darrinm wrote: Thanks for the help Ben. Submitted! -- View this message in context: http://forum.world.st/Mac-keyboard-bindings-tp4760656p4761232.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. Cool. Now its good practice to end the mail thread with a link t

Re: [Pharo-users] Mac keyboard bindings

2014-06-01 Thread darrinm
Thanks for the help Ben. Submitted! -- View this message in context: http://forum.world.st/Mac-keyboard-bindings-tp4760656p4761232.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Mac keyboard bindings

2014-05-31 Thread darrinm
OK, I have fixed the problem with a patch to the Pharo VM. I cannot claim to understand what is going on with the keyboard handling there but I see what is missing. Now, how should I go about submitting this patch for inclusion in the VM? diff --git a/platforms/iOS/vm/OSX/sqSqueakOSXCGView.m b/pl

Re: [Pharo-users] Mac keyboard bindings

2014-05-31 Thread darrinm
Thanks Stephan. Unfortunately it looks like the problem is deeper. The Home/End (as well as Insert and others) key events don't actually make to the image from the VM. keyUp is received but not keyDown or keystroke. Still looking into why. -- View this message in context: http://forum.world.st/