3) When loading TWM + Keymapping, I realized the cmd+w was not working again.�� Wandering, I found that the TWM shortcuts were defined for a lot of morphs, in this way, causing a little of trouble:
������ {PasteUpMorph. SystemWindow. SmalltalkEditor. TextEditor. PluggableTextMorph} do: [:aClass|
������ ������ aBuilder
������ ������ ������ attachShortcutCategory: self shortcutCategory
������ ������ ������ to: aClass.
������ ].
But replacing it by
aBuilder
������ ������ ������ attachShortcutCategory: self shortcutCategory
������ ������ ������ to: PasteUpMorph.
should be working the same way :/.
Laurent, did you have any problems when not attaching the categories in this way?.
Also: TWM by default has a lot of (cmd+w, ...) mappings colliding with the window cmd+w shortcut.�� So the window shortcut or the TWM ones are to be sacrificed :P.
So i installed TWM without keybinding but now I cannot open the settings window because keymappings is not load.
Any solution? (install TWM without keymappings or fixing keymappings)
I've done some fixes and improvements to keymapping, and I've created a 2.0 version where:
- the collisions below are fixed
- keymaps can be configured per morph instance too (not only per class, as the former version)
- some little improvements and code cleaning
But those things I remarked of TWM should be reviewed :)
Or you can Use twm without keymappings and I'll have no more feedback :(
Guille��
thanks!
Thank you :)