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/

[Pharo-users] Mac keyboard bindings

2014-05-28 Thread Stephan Eggermont
Take a look at the Keymapping package. There is a documentation chapter on the ci server https://ci.inria.fr/pharo-contribution/job/PharoForTheEnterprise/ Stephan

[Pharo-users] Mac keyboard bindings

2014-05-27 Thread darrinm
A number of text editing keys don't work like I expect. For example, Home and End don't do anything and Command-left/right don't behave as they do elsewhere in the system. How can I fix these mappings/behaviors? Thanks. -- View this message in context: http://forum.world.st/Mac-keyboard-bindi