On Sat, Oct 15, 2011 at 2:47 PM, Mariano Martinez Peck < [email protected]> 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). 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 Laurent. > > thanks! > > -- > Mariano > http://marianopeck.wordpress.com > >
