Pharo 3 / osx / Keyboard shortcuts ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Pharo 3 / osx / Keyboard shortcuts ?

sergio_101

i noticed last night that the keyboard shortcuts are a bit different in pharo 3. for instance, to when i mouse over a method, to run the tests, i see there are two keys listed, j, m.

i can't seem to figure out which modifiers are required to make this work. i am also not sure how i would go about finding out which functions j and m would perform. run 'this' test, run 'all' tests.

any ideas? 

Reply | Threaded
Open this post in threaded view
|

Re: Pharo 3 / osx / Keyboard shortcuts ?

Uko2
Hi,

there is only one modifier. On mac it is cmd, on win it’s ctrl and on linux it’s probably alt. The thing that you see when gower, is a sequence that you have to press. So you hold cmd and press ‘j' and then press ‘m’.

Uko

On 20 May 2014, at 14:31, sergio_101 <[hidden email]> wrote:


i noticed last night that the keyboard shortcuts are a bit different in pharo 3. for instance, to when i mouse over a method, to run the tests, i see there are two keys listed, j, m.

i can't seem to figure out which modifiers are required to make this work. i am also not sure how i would go about finding out which functions j and m would perform. run 'this' test, run 'all' tests.

any ideas? 


Reply | Threaded
Open this post in threaded view
|

Re: Pharo 3 / osx / Keyboard shortcuts ?

Sven Van Caekenberghe-2
In reply to this post by sergio_101
It is command-j command-m like in Emacs. You keep de command (apple) key pressed.

On 20 May 2014, at 14:31, sergio_101 <[hidden email]> wrote:

>
> i noticed last night that the keyboard shortcuts are a bit different in pharo 3. for instance, to when i mouse over a method, to run the tests, i see there are two keys listed, j, m.
>
> i can't seem to figure out which modifiers are required to make this work. i am also not sure how i would go about finding out which functions j and m would perform. run 'this' test, run 'all' tests.
>
> any ideas?
>
> thanks!
>
> --
> ----
> peace,
> sergio
> photographer, journalist, visionary
> #BitMessage BM-2D8VWUJSS41RFKh1ec83preVabHrnniExa
>
> http://www.Village-Buzz.com
> http://www.ThoseOptimizeGuys.com
> http://www.CodingForHire.com
> http://www.coffee-black.com
> http://www.painlessfrugality.com
> http://www.twitter.com/sergio_101
> http://www.facebook.com/sergio101


Reply | Threaded
Open this post in threaded view
|

Re: Pharo 3 / osx / Keyboard shortcuts ?

kilon.alios
In reply to this post by Uko2
no, on Windows is actually ALT. 


On Tue, May 20, 2014 at 3:49 PM, Yuriy Tymchuk <[hidden email]> wrote:
Hi,

there is only one modifier. On mac it is cmd, on win it’s ctrl and on linux it’s probably alt. The thing that you see when gower, is a sequence that you have to press. So you hold cmd and press ‘j' and then press ‘m’.

Uko

On 20 May 2014, at 14:31, sergio_101 <[hidden email]> wrote:


i noticed last night that the keyboard shortcuts are a bit different in pharo 3. for instance, to when i mouse over a method, to run the tests, i see there are two keys listed, j, m.

i can't seem to figure out which modifiers are required to make this work. i am also not sure how i would go about finding out which functions j and m would perform. run 'this' test, run 'all' tests.

any ideas? 



Reply | Threaded
Open this post in threaded view
|

Re: Pharo 3 / osx / Keyboard shortcuts ?

Uko2
Ok, then maybe on linux it’s ctrl :)

On 20 May 2014, at 14:54, kilon alios <[hidden email]> wrote:

no, on Windows is actually ALT. 


On Tue, May 20, 2014 at 3:49 PM, Yuriy Tymchuk <[hidden email]> wrote:
Hi,

there is only one modifier. On mac it is cmd, on win it’s ctrl and on linux it’s probably alt. The thing that you see when gower, is a sequence that you have to press. So you hold cmd and press ‘j' and then press ‘m’.

Uko

On 20 May 2014, at 14:31, sergio_101 <[hidden email]> wrote:


i noticed last night that the keyboard shortcuts are a bit different in pharo 3. for instance, to when i mouse over a method, to run the tests, i see there are two keys listed, j, m.

i can't seem to figure out which modifiers are required to make this work. i am also not sure how i would go about finding out which functions j and m would perform. run 'this' test, run 'all' tests.

any ideas? 




Reply | Threaded
Open this post in threaded view
|

Re: Pharo 3 / osx / Keyboard shortcuts ?

philippeback
What is it on Linux?

I mean the thing to get the <modifier>-click on a class/method name and it goes there

Nothing seems to work. But alt and ctrl-p/d/i do work (both)

Phil


On Tue, May 20, 2014 at 2:56 PM, Yuriy Tymchuk <[hidden email]> wrote:
Ok, then maybe on linux it’s ctrl :)

On 20 May 2014, at 14:54, kilon alios <[hidden email]> wrote:

no, on Windows is actually ALT. 


On Tue, May 20, 2014 at 3:49 PM, Yuriy Tymchuk <[hidden email]> wrote:
Hi,

there is only one modifier. On mac it is cmd, on win it’s ctrl and on linux it’s probably alt. The thing that you see when gower, is a sequence that you have to press. So you hold cmd and press ‘j' and then press ‘m’.

Uko

On 20 May 2014, at 14:31, sergio_101 <[hidden email]> wrote:


i noticed last night that the keyboard shortcuts are a bit different in pharo 3. for instance, to when i mouse over a method, to run the tests, i see there are two keys listed, j, m.

i can't seem to figure out which modifiers are required to make this work. i am also not sure how i would go about finding out which functions j and m would perform. run 'this' test, run 'all' tests.

any ideas? 





Reply | Threaded
Open this post in threaded view
|

Re: Pharo 3 / osx / Keyboard shortcuts ?

Guillermo Polito
My guess for that is that the VM is not sending the appropiate event in the linux vm. So, we have to debug it. And also, I suspect its a mouse event that is failing, not keyboard event (with the current implementation).


On Tue, May 20, 2014 at 3:22 PM, [hidden email] <[hidden email]> wrote:
What is it on Linux?

I mean the thing to get the <modifier>-click on a class/method name and it goes there

Nothing seems to work. But alt and ctrl-p/d/i do work (both)

Phil


On Tue, May 20, 2014 at 2:56 PM, Yuriy Tymchuk <[hidden email]> wrote:
Ok, then maybe on linux it’s ctrl :)

On 20 May 2014, at 14:54, kilon alios <[hidden email]> wrote:

no, on Windows is actually ALT. 


On Tue, May 20, 2014 at 3:49 PM, Yuriy Tymchuk <[hidden email]> wrote:
Hi,

there is only one modifier. On mac it is cmd, on win it’s ctrl and on linux it’s probably alt. The thing that you see when gower, is a sequence that you have to press. So you hold cmd and press ‘j' and then press ‘m’.

Uko

On 20 May 2014, at 14:31, sergio_101 <[hidden email]> wrote:


i noticed last night that the keyboard shortcuts are a bit different in pharo 3. for instance, to when i mouse over a method, to run the tests, i see there are two keys listed, j, m.

i can't seem to figure out which modifiers are required to make this work. i am also not sure how i would go about finding out which functions j and m would perform. run 'this' test, run 'all' tests.

any ideas? 






Reply | Threaded
Open this post in threaded view
|

Re: Pharo 3 / osx / Keyboard shortcuts ?

sergio_101
In reply to this post by Sven Van Caekenberghe-2
perfect! thanks!


On Tue, May 20, 2014 at 8:50 AM, Sven Van Caekenberghe <[hidden email]> wrote:
It is command-j command-m like in Emacs. You keep de command (apple) key pressed.

On 20 May 2014, at 14:31, sergio_101 <[hidden email]> wrote:

>
> i noticed last night that the keyboard shortcuts are a bit different in pharo 3. for instance, to when i mouse over a method, to run the tests, i see there are two keys listed, j, m.
>
> i can't seem to figure out which modifiers are required to make this work. i am also not sure how i would go about finding out which functions j and m would perform. run 'this' test, run 'all' tests.
>
> any ideas?
>
> thanks!
>
> --
> ----
> peace,
> sergio
> photographer, journalist, visionary
> #BitMessage BM-2D8VWUJSS41RFKh1ec83preVabHrnniExa
>
> http://www.Village-Buzz.com
> http://www.ThoseOptimizeGuys.com
> http://www.CodingForHire.com
> http://www.coffee-black.com
> http://www.painlessfrugality.com
> http://www.twitter.com/sergio_101
> http://www.facebook.com/sergio101





--