On Mon, 18 Oct 2004 19:23:16 +0200, Philippe Mougin <pm...@ac...> wrote=
:
>=20
> Le 18 oct. 04, =E0 16:20, jcb a =E9crit :
>=20
> > I am really enjoying the latest F-Script release.
> >
> > One curiosity remains: why have you disabled or trapped command-W for
> > closing windows in F-Script.app? I end up with many, many inspectors
> > open and I have to find the close box one by one...
>=20
> I think this is not enabled by default in Cocoa apps, and I never
> thought about it. But now that I'm aware of this, I will probably
> enable it in the next version.
In the meantime, it's easy to add yourself, jc. =20
Open up F-Script.app/Contents/Resources/English.lproj/fs.nib. Add a
"Close" menu item with shortcut cmd-W to your favorite menu (probably
Workspace), and set the item's target to First Responder with action
performClose:. That'll do it, no recompile needed.
-Ken
|