ok so I was wrong , still not bad at all :)I am an idiot , sorry, I though you were talking about nautilus shortcut dialogyeah thats what i am looking for 200+ shortcutsOn Tue, Jan 5, 2016 at 4:04 PM Thierry Goubier <thierry.goubier@gmail.com> wrote:2016-01-05 14:42 GMT+01:00 David Allouche <david@allouche.net>: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 event? I suspect that maybe something system-wide in MacOS is intercepting the event.At high level, doKMLog setDebug(and get a transcript open)to stop it, doKMLog removeDebug.(This will give you Keymapping behavior, but remember that: any app can add a key processing on a morph instance manually, and that many morphs have hardwired shortcuts such as navigation keys)At a lower level, you can trace or add a watchpoint inside:HandMorph>>#generateKeyboardEvent:Use that if you don't see your ctrl+tab at the Keymapping level.Thierry��On 5 Jan 2016, at 14:35, Dimitris Chloupis <kilon.alios@gmail.com> wrote: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, so pharo has more shortcuts than emacsand it returns meOpen playground and inspectnope thats only the shortcuts of nautilus , a tiny fractionso what I did was the following
KMKeymap allInstances .
538ah the irony is too strong in this onePlease correct me if i am wrong because this is huge news for me :DOn Tue, Jan 5, 2016 at 3:22 PM Sven Van Caekenberghe <sven@stfx.eu> wrote:World Menu > System > Keymap Browser ?
> On 05 Jan 2016, at 14:16, Dimitris Chloupis <kilon.alios@gmail.com> 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 ?