Hi Pavel!To remove the dependency Morphic->Keymapping, now keymapping is registered as a tool to handle keystrokes. You can register it withKMShortcutHandler 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