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:
https://ci.inria.fr/pharo-contribution/view/Pharo-Kernel-3.0/job/PharoKernel3.0-FromTopShrink-Reload/lastSuccessfulBuild/artifact/PharoKernel-3.0-FromTopShrink-Reload.zip

Can someone help me?

Cheers,
-- Pavel