As far as I can judge, the stacking order works just as you mentioned in case of inter application cycling scenario, but not the same in intra application cycling. I think the stacking order is not maintained within the same application, thus cycling works always in a round robin fashion. I am looking for stack ordering type mechanism here.
Best Nimesh Neema Mob: +91-900-920-5184 On Mon, Nov 18, 2013 at 9:59 PM, Graham Cox <[email protected]> wrote: > > On 18 Nov 2013, at 5:16 pm, Nimesh Neema <[email protected]> wrote: > > Hello, > It is not strictly a development question but I found no other > channel where I will have a better chance of getting the answer right. > > In OS X we can switch between running applications using *Cmd+Tab > *keyboard shortcut and between multiple windows of the currently running > application using *Cmd+` (backtick)*. But the behavior differs among the > > two. > > When invoking Cmd+Tab, I get to most recently used application, > whereas in case of Cmd+` I always cycle through windows in same order. Is > there a mechanism using which I can get Cmd+Tab like functionality to work > with Cmd+`, i.e. get to the most recently used window of the current app > from amongst all the windows. > > Hope I was able to explain my query. > > > > The stacking order does typically reflect the order in which windows were > used, because the most recent used on is on top, and the one that was on > top before that is next, and so on. So by default it should be equivalent > to what you mean. Otherwise there is no information stored with each window > as to when it was last used, as far as I know. > > —Graham > _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
