Hi Guille,

thank you very much, now Spotlight and Nautilus shortcuts work well.

Cheers,
-- Pavel


2014-02-07 Guillermo Polito <guillermopolito@gmail.com>:
Hi Pavel!

To remove the dependency Morphic->Keymapping, now keymapping is registered as a tool to handle keystrokes. You can register it with

KMShortcutHandler registerToolsOn: Smalltalk tools


On Fri, Feb 7, 2014 at 3:30 PM, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
Hi,�

I have problems with Keymappings in the image that reloads Morphic and other IDE components.
In the resultant image no shortcuts work. When I evaluate "KMRepository reset" in a workspace, Spotlight starts to respond on Shift+Enter but no Nautilus shortcut collected by pragma works. It's interesting that I do KMRepository reset as the last step before final ImageCleaner cleanUpForRelease but it has no effect.

The image is here:

Can someone help me?

Cheers,
-- Pavel