world menu - pharo 2.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
There is already an <esc> hotkey for the world menu. Don't remember where b= ut there is nothing a Finder with search on pragma can't find. Philippe Back "Sean P. DeNigris" <[email protected]> a =C3=A9crit=C2=A0: jhancock wrote >=20 > Is there a way to set a global hotkey to get the world menu in 1.4? >=20 Hey John :) Please ask user questions on StackOverflow (tagged with Pharo) or the Pharo Users list, so they do not get lost/confused with the development issues discussed here. You can add something like this on a class side somewhere buildWorldMenuKeymapOn: aBuilder =09<keymap> =09 =09(aBuilder shortcut: #openWorldMenu)=20 =09=09category: #WorldMenuAnywhere =09=09default: $k command =09=09do: [ =09=09=09ActiveWorld worldMenu =09=09=09=09openInWorld; =09=09=09=09takeKeyboardFocus. ]. =09aBuilder attachShortcutCategory: #WorldMenuAnywhere to: Morph. -- View this message in context: http://forum.world.st/need-maximized-windows-= and-hotkey-for-world-menu-pharo-2-0-tp4641758p4641810.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
