Installs some genie gestures on the background for easy project navigation. Requires Genie; tested in morphic projects in 3.8 and 3.9. This package loads some basic genie gestures (and helper methods), associates them with PasteUpMorph, clears the root project's eventHandler so genie will work there, adds a preference for enabling genie everywhere, and turns it on. Some of this might fit better in Genie or core Squeak. Draw gestures starting with a click anywhere on the background. To browse available gestures, go to world menu - help - genie gesture dictionaries, click Browse, use the middle set of arrow buttons, look at the left-most gesture and action in the white field. Here's a summary (letters are drawn palm graffiti style): up-stroke: go to top projectleft-stroke: go to previous projectright-stroke: go to next projectdown-stroke: jump to projectF (upside-down L, drawn from the bottom): toggle full-screen modeF (drawn from the top): toggle flapsG (drawn from the top): open the genie configuration toolg (drawn from the top): open the current active gesture dictionaryP (drawn from the bottom): create a new morphic project 2006/04/14update for squeak 3.9rename preferencesmarter menu itemcode cleanups If by chance you installed the previous version, you might need to revert TheWorldMenuhelpMenu. 2003/01/23enable & disable genie everywhere help menu items