Re: [Pharo-users] Browsing shortucts

2016-01-05 Thread Dimitris Chloupis
looks like that it does not contain the global shortcuts like how you open the playground etc all am i still missing something ? On Tue, Jan 5, 2016 at 4:12 PM Dimitris Chloupis wrote: > I am an idiot , sorry, I though you were talking about nautilus shortcut > dialog > > yeah thats what i am lo

Re: [Pharo-users] Browsing shortucts

2016-01-05 Thread Dimitris Chloupis
I am an idiot , sorry, I though you were talking about nautilus shortcut dialog yeah thats what i am looking for 200+ shortcuts ok so I was wrong , still not bad at all :) On Tue, Jan 5, 2016 at 4:04 PM Thierry Goubier wrote: > 2016-01-05 14:42 GMT+01:00 David Allouche : > >> Strangely, I am n

Re: [Pharo-users] Browsing shortucts

2016-01-05 Thread Thierry Goubier
2016-01-05 14:42 GMT+01:00 David Allouche : > Strangely, I am not able get any response from Ctrl-TAB, which is > essential to tab out of a text widget. > > Looking with the inspector, it looks like it SHOULD do what I need, but it > appears that the keyboard event does not get there. > > How can

Re: [Pharo-users] Browsing shortucts

2016-01-05 Thread Sven Van Caekenberghe
> On 05 Jan 2016, at 14:35, Dimitris Chloupis wrote: > > nope thats only the shortcuts of nautilus , a tiny fraction How so ? This is part of what it shows on 50511 Clearly not just Nautilus, but many elements and components of the system. Are we looking at the same thing ?

Re: [Pharo-users] Browsing shortucts

2016-01-05 Thread David Allouche
Strangely, I am not able get any response from Ctrl-TAB, which is essential to tab out of a text widget. Looking with the inspector, it looks like it SHOULD do what I need, but it appears that the keyboard event does not get there. How can I get a transcript output for every detected keyboard e

Re: [Pharo-users] Browsing shortucts

2016-01-05 Thread Dimitris Chloupis
nope thats only the shortcuts of nautilus , a tiny fraction so what I did was the following Open playground and inspect KMKeymap allInstances . and it returns me 538 now unless those are duplicates as well, which i doubt from the looks of it it that means we have 6 shortcuts more than emacs,

Re: [Pharo-users] Browsing shortucts

2016-01-05 Thread Sven Van Caekenberghe
World Menu > System > Keymap Browser ? > On 05 Jan 2016, at 14:16, Dimitris Chloupis wrote: > > Hey guys I remember a way to open the inspector for browsing all available > keyboard shortcuts in pharo but I cannot find it via google, anyone remembers > the way to do this ?