2015-07-24 11:16 GMT+02:00 Peter Uhn��k <i.uhnak@gmail.com>:
This should not happen. If it does not handle the shortcut, it should be handled by its owner

Hmm, interesting. Apparently this must've been changed or something, because in Pharo 4 when I want to automatically categorize (ctrl+shift+h+c) it shows comparison against clipboard instead. In Pharo 5 that particular seems to work.

That is because this shortcut is defined for the SmalltalkEditor class.
��

In either case, if there is a shortcut clash then I have no way to use the Nautilus one. So I would like to have an option, to cancel focus on code pane with a keyboard.

You can move the focus
Cmd+G,Cmd+M -> focus methodlist
Cmd+G,Cmd+C -> focus classlist

At least this worked with the old code text pane
��

Peter