On Sat, Oct 15, 2011 at 4:04 PM, laurent laffont
<laurent.laffont@gmail.com> wrote:
Hi guys. I was trying to use TWM in Pharo 1.3 release. TWM brings with keymappings, which breaks the shortcuts of my image. For example, after installing keymappings I cannot close windows anymore with cmd + w� or I cannot run tests from the browser using cmd + t.� 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 can make Keymapping dependency optional, should not be a lot of work - split TilingWMSettings class and put the Keymapping part in another package.
That said, Keymapping is a great feature for TWM (I always use it), so would be cool to add "Close Window" and "Run Test" - (I can add Close Window to TWM).
Yes, the problem is that I found those just by chance (because are those I use all the time), but I am worried if there are even more shortcuts that are broken...
�
Waiting for feedback, you can load this one in Pharo 1.3 that will work:
Gofer it
squeaksource: 'TilingWindowManager';
version: 'TWM-CheckKeymapping-LaurentLaffont.76';
load�
Thanks, I will test it.
�