July 13, 2011
2:14 p.m.
The question is what should I write in the second line?
Nothing. Keymappings are "static" right now.
2. I would like to disable existing shortcuts from the text morph. How should I do that?
Look at where the shortcuts are defined for TextMorph and remove the declarations. And you shold also reset the KMRepository.
But removing keymapping declarations doesn't guarantee the removal in TextMorph since the default -old- shortcut handling is still there. Keymapping is just intercepting them by now.
ouch, we definitely need to clean that mess :)
Yes this is something to definitevely do. Now I would like to focus on removing StringHolder hierarchy first. Stef