Getting OS X's "Cmd + ~" functionality in Windows?

0

Possible Duplicate:
Mac-like alt-tab replacement for Windows 7?

Is it possible to get OS X's functionality of "Cmd + ~" to work in Windows?
For those that don't know, in OS X "Cmd + tab" switches running programs but "Cmd + ~" switches windows within the current program.

James P. Wright

Posted 2011-02-22T19:40:53.347

Reputation: 241

Question was closed 2011-02-22T21:36:59.337

Linked topic doesn't sound like it, but it actually also discusses cycling through an application's windows. – Daniel Beck – 2011-02-22T19:44:28.663

I would say that it is a duplicate of that question and according to that question...I'm not going to find a viable answer. – James P. Wright – 2011-02-22T20:07:20.183

Answers

2

You can configure Switcher to do this.

In Switcher's options, go to the Shortcuts section and click the Edit Shortcuts button.

In the Filter section, scroll down and select "Show Application Only." Add a new keyboard shortcut for Alt+`. Make sure you check Global shortcut. Select Activate when shortcut is Pressed and check End session when shortcut is released.

Now scroll down to Next Window in the Window section. Add a new keyboard shortcut for Alt+` (not global). Hit OK. You should now be able to press Alt+` to bring up Switcher showing only the windows of the foreground application, press ` to cycle to the next window, and release Alt to switch to that window.

josh3736

Posted 2011-02-22T19:40:53.347

Reputation: 2 104

It's not very smooth compared to OS X but it works! – James P. Wright – 2011-02-22T22:04:23.217

2

NTWind's VistaSwitcher will give you exactly what you're looking for -- see the Instance Switcher feature.

afrazier

Posted 2011-02-22T19:40:53.347

Reputation: 21 316

1

You want Ctrl-Tab, I'm thinking.

Patrick Seymour

Posted 2011-02-22T19:40:53.347

Reputation: 7 662

Nope, not relevant, only works for switching Tabs within an App, but not Windows within an App. – James P. Wright – 2011-02-22T20:07:02.307

1I tried it in an MDI-window app before I posted. It worked. – Patrick Seymour – 2011-02-23T17:51:42.387

It does work in an MDI-window app like Firefox that has tabs, but if you have multiple Firefox windows open (not tabs) it won't move between them. – James P. Wright – 2011-02-24T20:43:29.353

1Because Alt-Tab moves between top-level windows, and Ctrl-Tab moves between child windows. – Patrick Seymour – 2011-02-24T23:02:07.400