Re: [Pharo-dev] [Vm-dev] Rebound Home and End keys are non-functional on Mac
Hi Darrin, thanks. On Sun, Jun 1, 2014 at 2:40 PM, Darrin Massena <darrin@massena.com> wrote:
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
What's the easiest way to convert a pull request into either a) a diff which can be used with patch? b) a set of modified files? It would be great if there was a tool which avoided having to clone the repository, etc, etc, etc https://pharo.fogbugz.com/f/cases/13292/Rebound-Home-and-End-keys-non-functi...
-- best, Eliot
Hi Eliot: On 02 Jun 2014, at 22:02, Eliot Miranda <eliot.miranda@gmail.com> wrote:
I've added those entries with this pull request: https://github.com/pharo-project/pharo-vm/pull/49
What's the easiest way to convert a pull request into either a) a diff which can be used with patch?
GitHub magic: https://github.com/pharo-project/pharo-vm/pull/49.diff or https://github.com/pharo-project/pharo-vm/pull/49.patch as you like. Best regards Stefan -- Stefan Marr INRIA Lille - Nord Europe http://stefan-marr.de/research/
On Mon, Jun 2, 2014 at 1:10 PM, Stefan Marr <smalltalk@stefan-marr.de> wrote:
Hi Eliot:
On 02 Jun 2014, at 22:02, Eliot Miranda <eliot.miranda@gmail.com> wrote:
I've added those entries with this pull request: https://github.com/pharo-project/pharo-vm/pull/49
What's the easiest way to convert a pull request into either a) a diff which can be used with patch?
GitHub magic:
https://github.com/pharo-project/pharo-vm/pull/49.diff
or
https://github.com/pharo-project/pharo-vm/pull/49.patch
as you like.
fab, thanks! -- best, Eliot
participants (2)
-
Eliot Miranda -
Stefan Marr