TWM and shortcuts

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

TWM and shortcuts

laurent laffont
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

Pharo Smalltalk Screencasts: http://www.pharocasts.com/
Blog: http://magaloma.blogspot.com/