Re: cycle through windows
Re: cycle through windows
- Subject: Re: cycle through windows
- From: Otto Poellath <email@hidden>
- Date: Wed, 24 Jul 2002 13:55:38 +0200
i'm trying to implement command ` (cycle windows) and i'm having
difficulty finding docs on this (i thought this would be something like
NSCycleWindows).
This is automatic, you should not have to do anything, it just works
in any Cocoa application.
While this is automatic, it doesn't work in any Cocoa application if
you're using one of several non-US keyboard layouts in 10.1.
The method that should get called by Cmd-` is a private method of
NSApplication, so there's no obvious way to make it work in your app (of
course you can bring windows to front manually).
On the upside, this will be fixed in Jaguar.
Cheers,
-Otto.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.