2015-07-24 11:27 GMT+02:00 Nicolai Hess <nicolaihess@web.de>:
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
The normal shortcut for switching focus in Morphic should work: Ctrl+Tab, Ctrl+Shift+Tab Tried to be as other non-pharo applications. It's embedded in a general Morph keymap, so it should work (even if sometimes the "order" of morphs in the window is a bit surprising). Thierry
Peter