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, phil@highoctane.be <phil@highoctane.be> 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 <yuriy.tymchuk@me.com> wrote:
Ok, then maybe on linux it���s ctrl :)

On 20 May 2014, at 14:54, kilon alios <kilon.alios@gmail.com> wrote:

no, on Windows is actually ALT.��


On Tue, May 20, 2014 at 3:49 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> 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 <sergio.rrd@gmail.com> 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?��