Login  Register

Re: IdeaSpace and ALT-key combination

Posted by Ian Bartholomew-21 on Nov 27, 2005; 10:18am
URL: https://forum.world.st/IdeaSpace-and-ALT-key-combination-tp3376526p3376527.html

ChanHong Kim wrote:
> When I use IdeaSpace, I cna't call up the Main-menu with ALT-key
> comnibation.

If it causes you problems than, as a _temporary workround_, you can add
the following to the end of the IdeaSpaceShell>>onViewOpened method.

self closeCard: (self newEmbeddedCardOfClass: SmalltalkWorkspaceDocument)

It just opens and immediately closes a new tool in the idea space.  Once
you have done that once then the Alt key accelerators work in an empty
IdeaSpaceShell.

--
Ian

Use the Reply-To address to contact me.
Mail sent to the From address is ignored.