Now in TWM - shortcuts work with multiple world - you can event switch to next world with Meta w, Meta w
May be someone has nice icons for the bar ? How I load my Pharo "desktop" in last 1.3 : Gofer it squeaksource: 'TilingWindowManager'; package: 'ConfigurationOfTilingWindowManager'; load. (Smalltalk at:#ConfigurationOfTilingWindowManager) loadDevelopment. (ConfigurationOfAutotest project version: #development) load. (Smalltalk at:#TWMUITheme) beCurrent. TaskbarMorph showTaskbar: false. TasklistMorph keepOpen: true. (Smalltalk at:#TWMBar) perform:#showTWMBar: with:true. AutotestDashboard showAutotestDashboard: true. Cheers, Laurent Laffont - @lolgzs <http://twitter.com/#!/lolgzs> Pharo Smalltalk Screencasts: http://www.pharocasts.com/ Blog: http://magaloma.blogspot.com/ Developer group: http://cara74.seasidehosting.st
