Rebound Home and End keys are non-functional on Mac
https://pharo.fogbugz.com/f/cases/13292/Rebound-Home-and-End-keys-non-functi... Rebound Home and End keys don't work on Macs except when used in conjunction with the Command key. Fortunately the VM already has code to handle rebound keys and is just missing entries for moveToBeginningOfLine and moveToEndOfLine, which the Home/End keys are commonly rebound to. I've added those entries with this pull request: https://github.com/pharo-project/pharo-vm/pull/49 -- View this message in context: http://forum.world.st/Rebound-Home-and-End-keys-are-non-functional-on-Mac-tp... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Thanks a lot. Esteban is travelling/on holiday so he will check that soon I imagine. Stef On 1/6/14 23:38, darrinm wrote:
https://pharo.fogbugz.com/f/cases/13292/Rebound-Home-and-End-keys-non-functi...
Rebound Home and End keys don't work on Macs except when used in conjunction with the Command key.
Fortunately the VM already has code to handle rebound keys and is just missing entries for moveToBeginningOfLine and moveToEndOfLine, which the Home/End keys are commonly rebound to.
I've added those entries with this pull request: https://github.com/pharo-project/pharo-vm/pull/49
-- View this message in context: http://forum.world.st/Rebound-Home-and-End-keys-are-non-functional-on-Mac-tp... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
You're welcome. I'm new to Smalltalk so I'm glad it wasn't very difficult. On Mon, Jun 2, 2014 at 12:59 PM, stepharo <stepharo@free.fr> wrote:
Thanks a lot. Esteban is travelling/on holiday so he will check that soon I imagine.
Stef
On 1/6/14 23:38, darrinm wrote:
https://pharo.fogbugz.com/f/cases/13292/Rebound-Home-and- End-keys-non-functional-on-Mac
Rebound Home and End keys don't work on Macs except when used in conjunction with the Command key.
Fortunately the VM already has code to handle rebound keys and is just missing entries for moveToBeginningOfLine and moveToEndOfLine, which the Home/End keys are commonly rebound to.
I've added those entries with this pull request: https://github.com/pharo-project/pharo-vm/pull/49
-- View this message in context: http://forum.world.st/Rebound- Home-and-End-keys-are-non-functional-on-Mac-tp4761220.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (3)
-
Darrin Massena -
darrinm -
stepharo