-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard shortcut for switching between windows of the same program #278
Comments
Have you ever tried to use CTRL + TAB key ? works for many programs with multiple windows |
It is different. CTRL+Tab switches between any open windows while the proposed ALT+` (backtick) switches between open windows of the same program. It is very handy when you have many windows open. See here for more details. |
Most linux distros have this set as |
There is AltTabAlternative which does this well. |
#2954 has a possible bit of code |
@omidkrad i don't think that is true. If i have multiple Edge windows open, ctrl-tab only switches between the tabs for that current window. To get this correct, this is going to be very hard due to different apps behaving differently with that keystroke. |
correct me if i'm wrong: you want: if i have 5 instances of edge open, it goes between those windows. This could maybe get interesting for things like Outlook. |
@crutkas Typically the shortcut for switching between tabs (in a tab based app) is CTRL+TAB and the shortcut for switching between applications is ALT+TAB. For some reason in Edge each tab is treated like a separate app so in Edge, ALT+TAB may go to the next tab or next app, but in Chrome it always jumps to the next window. In Linux and Mac there is also a shortcut for switching between apps of the same type. In Linux it is ALT+` and in Mac it is CMD+`. So here we're proposing to have a compatible keyboard shortcut in Windows, that could be ALT+` as well. For example when focus is on Notepad, pressing ALT+` should rotate between instances of Notepad only. |
Any update on this? |
Hello! Easy Window Switcher didn't work well for me so I made an open-source alternative called AltBacktick. I think that switching between the same program windows with a keyboard should be supported by the OS, if PowerToys can add this missing Windows feature that would be great. Thank you! |
This would be an awesome feature to have, especially if the keybind can be customized for those of us that have hand difficulty with certain key combinations. It kind of surprises me that Windows hasn't added this by now regardless, it's very useful to sometimes only cycle app windows rather than all windows. |
@crutkas have you and @akiver had time to talk about possible integration? |
@akiver AltBacktick has GPL-2 license while PowerToys has MIT license. |
Hello, any Update? |
any plans of this issue? |
Thank you for your very practical tool! |
There is also this utility that has been working well for me: https://github.com/sigoden/window-switcher |
I found an issue in the |
The idea is merely simple. I tried to add a module to PowerToys but found it is not an easy task for a hour. |
The license for AltBacktick was recently switched to MIT. |
So is there any plan to embed this in PowerToys? |
Would be great seeing this as part of PowerToys! |
Both these methods are operating on a BG thread, not the UI thread. They can't touch the ObservableCollection, otherwise they'll just throw exceptions.
Windows currently does not have a shortcut for switching between windows of the same program/app. On Mac it is CMD + `. I think it should be supported on Windows out of the box, but maybe adding it in PowerToys would be faster?
Right now the alternative is to install a third-party tool called Easy Window Switcher.
The text was updated successfully, but these errors were encountered: