Windows Shortcut/Utility to switch between application windows
From using GNOME and MacOS, I'm accustomed to have Alt+` to switch between windows of one application and Alt+Tab to switch between applications.
I have not yet found any setting or utility which would yield the same functionality on Windows (8). Do you have any tips?
windows windows-8 alt-tab
add a comment |
From using GNOME and MacOS, I'm accustomed to have Alt+` to switch between windows of one application and Alt+Tab to switch between applications.
I have not yet found any setting or utility which would yield the same functionality on Windows (8). Do you have any tips?
windows windows-8 alt-tab
Whilst this is not inbuilt into Windows 8, this 3rd party utility maybe useful premeforwindows.com as it aims to speed up switching windows
– Simon
Apr 26 '13 at 9:45
1
An AutoHotkey script following this algo would work.
– Karan
Apr 26 '13 at 17:54
add a comment |
From using GNOME and MacOS, I'm accustomed to have Alt+` to switch between windows of one application and Alt+Tab to switch between applications.
I have not yet found any setting or utility which would yield the same functionality on Windows (8). Do you have any tips?
windows windows-8 alt-tab
From using GNOME and MacOS, I'm accustomed to have Alt+` to switch between windows of one application and Alt+Tab to switch between applications.
I have not yet found any setting or utility which would yield the same functionality on Windows (8). Do you have any tips?
windows windows-8 alt-tab
windows windows-8 alt-tab
asked Apr 26 '13 at 9:09
milgnermilgner
16318
16318
Whilst this is not inbuilt into Windows 8, this 3rd party utility maybe useful premeforwindows.com as it aims to speed up switching windows
– Simon
Apr 26 '13 at 9:45
1
An AutoHotkey script following this algo would work.
– Karan
Apr 26 '13 at 17:54
add a comment |
Whilst this is not inbuilt into Windows 8, this 3rd party utility maybe useful premeforwindows.com as it aims to speed up switching windows
– Simon
Apr 26 '13 at 9:45
1
An AutoHotkey script following this algo would work.
– Karan
Apr 26 '13 at 17:54
Whilst this is not inbuilt into Windows 8, this 3rd party utility maybe useful premeforwindows.com as it aims to speed up switching windows
– Simon
Apr 26 '13 at 9:45
Whilst this is not inbuilt into Windows 8, this 3rd party utility maybe useful premeforwindows.com as it aims to speed up switching windows
– Simon
Apr 26 '13 at 9:45
1
1
An AutoHotkey script following this algo would work.
– Karan
Apr 26 '13 at 17:54
An AutoHotkey script following this algo would work.
– Karan
Apr 26 '13 at 17:54
add a comment |
4 Answers
4
active
oldest
votes
There's no built-in way to switch between the windows of the same application. All top-level windows are displayed in Alt + Tab list. I mean if you have two instances of Notepad running, you'll see two windows of Notepad in Alt + Tab window list.
If you activate two windows of the same application in row, you can switch between them with single Alt + Tab press.
Additionally you can press Alt + Ctrl + Tab to display the list of windows, and then use arrow keys to select the required window; press Enter to switch to the window.
You can also use mouse to select a window from this list.
As an alternative way you can use Windows + T: each press activates the next button on the Taskbar (including the pinned, not started, applications). When you reach the required application, press Enter or Up and then use Left and Right arrows to select the required window and press Enter to switch to it.
Definitely Windows + T is slower than Alt + Tab.
add a comment |
There actually is a way to do this and it's probably the most often-used keyboard shortcut in my arsenal.
Simply type Windows + number, where number is a single digit, 1, 2, 3, ..., 9, 0. This allows you to access the first 10 applications that are currently sitting in your taskbar.
For example, I have Chrome pinned to the 1st location in my taskbar, so Windows + 1 always brings up Chrome. My favorite text editor (Vim will never die!) is tied to Windows + 2. And on down the line. I have the first 10 locations in my taskbar pinned so that I always know what a given Windows + number combination will bring up.
But more to the point, since the OP asked how to switch between multiple windows of the same application, here's where this keyboard shortcut gets really useful. To refine what I said earlier, Windows + number brings up the first instance of the application. But holding the Windows key brings up a list of windows of that application. (Similar to when you mouse over the grouped icons of an application in the taskbar.) Continuing to type Windows + number scrolls through that list.
For example, I earlier said I have Chrome tied to Windows + 1. More specifically, I always make sure that my gmail and calendar are in the first window of Chrome, so that Windows + 1 always jumps right to my email. But if I want to cycle through any of my other Chrome windows, I just keep the Windows pressed down and keep typing Windows + 1.
Another related and particularly useful variation of this is to add the Ctrl key. Windows + Ctrl + number brings up the last active window of the given application. This is very useful when you keep toggling back and forth between two different windows of the same application.
UPDATE Jan/2019: The above Windows + Ctrl + number shortcut appears to have been removed in Windows 10, starting from either version 1803 or 1809. I'll update this answer if I figure out a way to re-enable this shortcut. See https://superuser.com/a/1388225/288800, where there seems to be consensus that this is a bug, not a feature removal. Hopefully that answer will contain useful information if I forget to come back and update this one.
Please note that this answer was originally written when I was using Windows 7, but these shortcuts are also applicable according to Windows 8 and 10.
See https://support.microsoft.com/en-us/help/12445/windows-keyboard-shortcuts for an explanation of the shortcuts in all three of those versions of Windows. That link also explains Shift and Alt key variations which you may also find useful, so I recommend taking a look at it.
Unfortunately, the Windows + number only works if applications are grouped in the taskbar (which they are by default.)
– Kevin Lau
Oct 6 '15 at 5:00
Thanks a lot! This closes up the gap between win/mac usability a whole lot, although I still enjoy macOS' compact Cmd+` better.
– kakyo
Apr 11 '18 at 14:22
add a comment |
Alt-Tab switches between Applications in Desktop mode, Win-Tab switches between Metro apps. To my knowledge, there is no built-in way to have this consistent. There is also no way to switch between Windows of one application, unless the application provides that.
I hope I got your question right...
Alt
+Tab
includes Metro apps, doesn't it?
– Alexey Ivanov
Apr 27 '13 at 13:07
add a comment |
Autohotkey proves more useful to me in this regard. I simply cannot remember how I organize my applications each day. And I don't like them pinned to the taskbar (which gets resetted at times due to the company settings).
With AHK I have one button to switch between the current active application. And other dedicated buttons to switch to FireFox, Outlook, Excel and Notepad++. f1+F (or whatever shortcut you pick) is more memorable for me than windows+number to switch to Firefox.
Hi Gerard and welcome to Super User! Thank you for the suggestion to use AHK- can you share wither an example or a snippet of how you have achieved this in your script? Thanks!
– bertieb
Feb 7 '18 at 12:31
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f587971%2fwindows-shortcut-utility-to-switch-between-application-windows%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
There's no built-in way to switch between the windows of the same application. All top-level windows are displayed in Alt + Tab list. I mean if you have two instances of Notepad running, you'll see two windows of Notepad in Alt + Tab window list.
If you activate two windows of the same application in row, you can switch between them with single Alt + Tab press.
Additionally you can press Alt + Ctrl + Tab to display the list of windows, and then use arrow keys to select the required window; press Enter to switch to the window.
You can also use mouse to select a window from this list.
As an alternative way you can use Windows + T: each press activates the next button on the Taskbar (including the pinned, not started, applications). When you reach the required application, press Enter or Up and then use Left and Right arrows to select the required window and press Enter to switch to it.
Definitely Windows + T is slower than Alt + Tab.
add a comment |
There's no built-in way to switch between the windows of the same application. All top-level windows are displayed in Alt + Tab list. I mean if you have two instances of Notepad running, you'll see two windows of Notepad in Alt + Tab window list.
If you activate two windows of the same application in row, you can switch between them with single Alt + Tab press.
Additionally you can press Alt + Ctrl + Tab to display the list of windows, and then use arrow keys to select the required window; press Enter to switch to the window.
You can also use mouse to select a window from this list.
As an alternative way you can use Windows + T: each press activates the next button on the Taskbar (including the pinned, not started, applications). When you reach the required application, press Enter or Up and then use Left and Right arrows to select the required window and press Enter to switch to it.
Definitely Windows + T is slower than Alt + Tab.
add a comment |
There's no built-in way to switch between the windows of the same application. All top-level windows are displayed in Alt + Tab list. I mean if you have two instances of Notepad running, you'll see two windows of Notepad in Alt + Tab window list.
If you activate two windows of the same application in row, you can switch between them with single Alt + Tab press.
Additionally you can press Alt + Ctrl + Tab to display the list of windows, and then use arrow keys to select the required window; press Enter to switch to the window.
You can also use mouse to select a window from this list.
As an alternative way you can use Windows + T: each press activates the next button on the Taskbar (including the pinned, not started, applications). When you reach the required application, press Enter or Up and then use Left and Right arrows to select the required window and press Enter to switch to it.
Definitely Windows + T is slower than Alt + Tab.
There's no built-in way to switch between the windows of the same application. All top-level windows are displayed in Alt + Tab list. I mean if you have two instances of Notepad running, you'll see two windows of Notepad in Alt + Tab window list.
If you activate two windows of the same application in row, you can switch between them with single Alt + Tab press.
Additionally you can press Alt + Ctrl + Tab to display the list of windows, and then use arrow keys to select the required window; press Enter to switch to the window.
You can also use mouse to select a window from this list.
As an alternative way you can use Windows + T: each press activates the next button on the Taskbar (including the pinned, not started, applications). When you reach the required application, press Enter or Up and then use Left and Right arrows to select the required window and press Enter to switch to it.
Definitely Windows + T is slower than Alt + Tab.
answered Apr 27 '13 at 13:06
Alexey IvanovAlexey Ivanov
3,66731750
3,66731750
add a comment |
add a comment |
There actually is a way to do this and it's probably the most often-used keyboard shortcut in my arsenal.
Simply type Windows + number, where number is a single digit, 1, 2, 3, ..., 9, 0. This allows you to access the first 10 applications that are currently sitting in your taskbar.
For example, I have Chrome pinned to the 1st location in my taskbar, so Windows + 1 always brings up Chrome. My favorite text editor (Vim will never die!) is tied to Windows + 2. And on down the line. I have the first 10 locations in my taskbar pinned so that I always know what a given Windows + number combination will bring up.
But more to the point, since the OP asked how to switch between multiple windows of the same application, here's where this keyboard shortcut gets really useful. To refine what I said earlier, Windows + number brings up the first instance of the application. But holding the Windows key brings up a list of windows of that application. (Similar to when you mouse over the grouped icons of an application in the taskbar.) Continuing to type Windows + number scrolls through that list.
For example, I earlier said I have Chrome tied to Windows + 1. More specifically, I always make sure that my gmail and calendar are in the first window of Chrome, so that Windows + 1 always jumps right to my email. But if I want to cycle through any of my other Chrome windows, I just keep the Windows pressed down and keep typing Windows + 1.
Another related and particularly useful variation of this is to add the Ctrl key. Windows + Ctrl + number brings up the last active window of the given application. This is very useful when you keep toggling back and forth between two different windows of the same application.
UPDATE Jan/2019: The above Windows + Ctrl + number shortcut appears to have been removed in Windows 10, starting from either version 1803 or 1809. I'll update this answer if I figure out a way to re-enable this shortcut. See https://superuser.com/a/1388225/288800, where there seems to be consensus that this is a bug, not a feature removal. Hopefully that answer will contain useful information if I forget to come back and update this one.
Please note that this answer was originally written when I was using Windows 7, but these shortcuts are also applicable according to Windows 8 and 10.
See https://support.microsoft.com/en-us/help/12445/windows-keyboard-shortcuts for an explanation of the shortcuts in all three of those versions of Windows. That link also explains Shift and Alt key variations which you may also find useful, so I recommend taking a look at it.
Unfortunately, the Windows + number only works if applications are grouped in the taskbar (which they are by default.)
– Kevin Lau
Oct 6 '15 at 5:00
Thanks a lot! This closes up the gap between win/mac usability a whole lot, although I still enjoy macOS' compact Cmd+` better.
– kakyo
Apr 11 '18 at 14:22
add a comment |
There actually is a way to do this and it's probably the most often-used keyboard shortcut in my arsenal.
Simply type Windows + number, where number is a single digit, 1, 2, 3, ..., 9, 0. This allows you to access the first 10 applications that are currently sitting in your taskbar.
For example, I have Chrome pinned to the 1st location in my taskbar, so Windows + 1 always brings up Chrome. My favorite text editor (Vim will never die!) is tied to Windows + 2. And on down the line. I have the first 10 locations in my taskbar pinned so that I always know what a given Windows + number combination will bring up.
But more to the point, since the OP asked how to switch between multiple windows of the same application, here's where this keyboard shortcut gets really useful. To refine what I said earlier, Windows + number brings up the first instance of the application. But holding the Windows key brings up a list of windows of that application. (Similar to when you mouse over the grouped icons of an application in the taskbar.) Continuing to type Windows + number scrolls through that list.
For example, I earlier said I have Chrome tied to Windows + 1. More specifically, I always make sure that my gmail and calendar are in the first window of Chrome, so that Windows + 1 always jumps right to my email. But if I want to cycle through any of my other Chrome windows, I just keep the Windows pressed down and keep typing Windows + 1.
Another related and particularly useful variation of this is to add the Ctrl key. Windows + Ctrl + number brings up the last active window of the given application. This is very useful when you keep toggling back and forth between two different windows of the same application.
UPDATE Jan/2019: The above Windows + Ctrl + number shortcut appears to have been removed in Windows 10, starting from either version 1803 or 1809. I'll update this answer if I figure out a way to re-enable this shortcut. See https://superuser.com/a/1388225/288800, where there seems to be consensus that this is a bug, not a feature removal. Hopefully that answer will contain useful information if I forget to come back and update this one.
Please note that this answer was originally written when I was using Windows 7, but these shortcuts are also applicable according to Windows 8 and 10.
See https://support.microsoft.com/en-us/help/12445/windows-keyboard-shortcuts for an explanation of the shortcuts in all three of those versions of Windows. That link also explains Shift and Alt key variations which you may also find useful, so I recommend taking a look at it.
Unfortunately, the Windows + number only works if applications are grouped in the taskbar (which they are by default.)
– Kevin Lau
Oct 6 '15 at 5:00
Thanks a lot! This closes up the gap between win/mac usability a whole lot, although I still enjoy macOS' compact Cmd+` better.
– kakyo
Apr 11 '18 at 14:22
add a comment |
There actually is a way to do this and it's probably the most often-used keyboard shortcut in my arsenal.
Simply type Windows + number, where number is a single digit, 1, 2, 3, ..., 9, 0. This allows you to access the first 10 applications that are currently sitting in your taskbar.
For example, I have Chrome pinned to the 1st location in my taskbar, so Windows + 1 always brings up Chrome. My favorite text editor (Vim will never die!) is tied to Windows + 2. And on down the line. I have the first 10 locations in my taskbar pinned so that I always know what a given Windows + number combination will bring up.
But more to the point, since the OP asked how to switch between multiple windows of the same application, here's where this keyboard shortcut gets really useful. To refine what I said earlier, Windows + number brings up the first instance of the application. But holding the Windows key brings up a list of windows of that application. (Similar to when you mouse over the grouped icons of an application in the taskbar.) Continuing to type Windows + number scrolls through that list.
For example, I earlier said I have Chrome tied to Windows + 1. More specifically, I always make sure that my gmail and calendar are in the first window of Chrome, so that Windows + 1 always jumps right to my email. But if I want to cycle through any of my other Chrome windows, I just keep the Windows pressed down and keep typing Windows + 1.
Another related and particularly useful variation of this is to add the Ctrl key. Windows + Ctrl + number brings up the last active window of the given application. This is very useful when you keep toggling back and forth between two different windows of the same application.
UPDATE Jan/2019: The above Windows + Ctrl + number shortcut appears to have been removed in Windows 10, starting from either version 1803 or 1809. I'll update this answer if I figure out a way to re-enable this shortcut. See https://superuser.com/a/1388225/288800, where there seems to be consensus that this is a bug, not a feature removal. Hopefully that answer will contain useful information if I forget to come back and update this one.
Please note that this answer was originally written when I was using Windows 7, but these shortcuts are also applicable according to Windows 8 and 10.
See https://support.microsoft.com/en-us/help/12445/windows-keyboard-shortcuts for an explanation of the shortcuts in all three of those versions of Windows. That link also explains Shift and Alt key variations which you may also find useful, so I recommend taking a look at it.
There actually is a way to do this and it's probably the most often-used keyboard shortcut in my arsenal.
Simply type Windows + number, where number is a single digit, 1, 2, 3, ..., 9, 0. This allows you to access the first 10 applications that are currently sitting in your taskbar.
For example, I have Chrome pinned to the 1st location in my taskbar, so Windows + 1 always brings up Chrome. My favorite text editor (Vim will never die!) is tied to Windows + 2. And on down the line. I have the first 10 locations in my taskbar pinned so that I always know what a given Windows + number combination will bring up.
But more to the point, since the OP asked how to switch between multiple windows of the same application, here's where this keyboard shortcut gets really useful. To refine what I said earlier, Windows + number brings up the first instance of the application. But holding the Windows key brings up a list of windows of that application. (Similar to when you mouse over the grouped icons of an application in the taskbar.) Continuing to type Windows + number scrolls through that list.
For example, I earlier said I have Chrome tied to Windows + 1. More specifically, I always make sure that my gmail and calendar are in the first window of Chrome, so that Windows + 1 always jumps right to my email. But if I want to cycle through any of my other Chrome windows, I just keep the Windows pressed down and keep typing Windows + 1.
Another related and particularly useful variation of this is to add the Ctrl key. Windows + Ctrl + number brings up the last active window of the given application. This is very useful when you keep toggling back and forth between two different windows of the same application.
UPDATE Jan/2019: The above Windows + Ctrl + number shortcut appears to have been removed in Windows 10, starting from either version 1803 or 1809. I'll update this answer if I figure out a way to re-enable this shortcut. See https://superuser.com/a/1388225/288800, where there seems to be consensus that this is a bug, not a feature removal. Hopefully that answer will contain useful information if I forget to come back and update this one.
Please note that this answer was originally written when I was using Windows 7, but these shortcuts are also applicable according to Windows 8 and 10.
See https://support.microsoft.com/en-us/help/12445/windows-keyboard-shortcuts for an explanation of the shortcuts in all three of those versions of Windows. That link also explains Shift and Alt key variations which you may also find useful, so I recommend taking a look at it.
edited Jan 25 at 21:45
answered Jan 10 '14 at 15:29
RobertRobert
414
414
Unfortunately, the Windows + number only works if applications are grouped in the taskbar (which they are by default.)
– Kevin Lau
Oct 6 '15 at 5:00
Thanks a lot! This closes up the gap between win/mac usability a whole lot, although I still enjoy macOS' compact Cmd+` better.
– kakyo
Apr 11 '18 at 14:22
add a comment |
Unfortunately, the Windows + number only works if applications are grouped in the taskbar (which they are by default.)
– Kevin Lau
Oct 6 '15 at 5:00
Thanks a lot! This closes up the gap between win/mac usability a whole lot, although I still enjoy macOS' compact Cmd+` better.
– kakyo
Apr 11 '18 at 14:22
Unfortunately, the Windows + number only works if applications are grouped in the taskbar (which they are by default.)
– Kevin Lau
Oct 6 '15 at 5:00
Unfortunately, the Windows + number only works if applications are grouped in the taskbar (which they are by default.)
– Kevin Lau
Oct 6 '15 at 5:00
Thanks a lot! This closes up the gap between win/mac usability a whole lot, although I still enjoy macOS' compact Cmd+` better.
– kakyo
Apr 11 '18 at 14:22
Thanks a lot! This closes up the gap between win/mac usability a whole lot, although I still enjoy macOS' compact Cmd+` better.
– kakyo
Apr 11 '18 at 14:22
add a comment |
Alt-Tab switches between Applications in Desktop mode, Win-Tab switches between Metro apps. To my knowledge, there is no built-in way to have this consistent. There is also no way to switch between Windows of one application, unless the application provides that.
I hope I got your question right...
Alt
+Tab
includes Metro apps, doesn't it?
– Alexey Ivanov
Apr 27 '13 at 13:07
add a comment |
Alt-Tab switches between Applications in Desktop mode, Win-Tab switches between Metro apps. To my knowledge, there is no built-in way to have this consistent. There is also no way to switch between Windows of one application, unless the application provides that.
I hope I got your question right...
Alt
+Tab
includes Metro apps, doesn't it?
– Alexey Ivanov
Apr 27 '13 at 13:07
add a comment |
Alt-Tab switches between Applications in Desktop mode, Win-Tab switches between Metro apps. To my knowledge, there is no built-in way to have this consistent. There is also no way to switch between Windows of one application, unless the application provides that.
I hope I got your question right...
Alt-Tab switches between Applications in Desktop mode, Win-Tab switches between Metro apps. To my knowledge, there is no built-in way to have this consistent. There is also no way to switch between Windows of one application, unless the application provides that.
I hope I got your question right...
answered Apr 26 '13 at 9:15
phiphi
5161518
5161518
Alt
+Tab
includes Metro apps, doesn't it?
– Alexey Ivanov
Apr 27 '13 at 13:07
add a comment |
Alt
+Tab
includes Metro apps, doesn't it?
– Alexey Ivanov
Apr 27 '13 at 13:07
Alt
+ Tab
includes Metro apps, doesn't it?– Alexey Ivanov
Apr 27 '13 at 13:07
Alt
+ Tab
includes Metro apps, doesn't it?– Alexey Ivanov
Apr 27 '13 at 13:07
add a comment |
Autohotkey proves more useful to me in this regard. I simply cannot remember how I organize my applications each day. And I don't like them pinned to the taskbar (which gets resetted at times due to the company settings).
With AHK I have one button to switch between the current active application. And other dedicated buttons to switch to FireFox, Outlook, Excel and Notepad++. f1+F (or whatever shortcut you pick) is more memorable for me than windows+number to switch to Firefox.
Hi Gerard and welcome to Super User! Thank you for the suggestion to use AHK- can you share wither an example or a snippet of how you have achieved this in your script? Thanks!
– bertieb
Feb 7 '18 at 12:31
add a comment |
Autohotkey proves more useful to me in this regard. I simply cannot remember how I organize my applications each day. And I don't like them pinned to the taskbar (which gets resetted at times due to the company settings).
With AHK I have one button to switch between the current active application. And other dedicated buttons to switch to FireFox, Outlook, Excel and Notepad++. f1+F (or whatever shortcut you pick) is more memorable for me than windows+number to switch to Firefox.
Hi Gerard and welcome to Super User! Thank you for the suggestion to use AHK- can you share wither an example or a snippet of how you have achieved this in your script? Thanks!
– bertieb
Feb 7 '18 at 12:31
add a comment |
Autohotkey proves more useful to me in this regard. I simply cannot remember how I organize my applications each day. And I don't like them pinned to the taskbar (which gets resetted at times due to the company settings).
With AHK I have one button to switch between the current active application. And other dedicated buttons to switch to FireFox, Outlook, Excel and Notepad++. f1+F (or whatever shortcut you pick) is more memorable for me than windows+number to switch to Firefox.
Autohotkey proves more useful to me in this regard. I simply cannot remember how I organize my applications each day. And I don't like them pinned to the taskbar (which gets resetted at times due to the company settings).
With AHK I have one button to switch between the current active application. And other dedicated buttons to switch to FireFox, Outlook, Excel and Notepad++. f1+F (or whatever shortcut you pick) is more memorable for me than windows+number to switch to Firefox.
answered Feb 7 '18 at 12:17
GerardGerard
1
1
Hi Gerard and welcome to Super User! Thank you for the suggestion to use AHK- can you share wither an example or a snippet of how you have achieved this in your script? Thanks!
– bertieb
Feb 7 '18 at 12:31
add a comment |
Hi Gerard and welcome to Super User! Thank you for the suggestion to use AHK- can you share wither an example or a snippet of how you have achieved this in your script? Thanks!
– bertieb
Feb 7 '18 at 12:31
Hi Gerard and welcome to Super User! Thank you for the suggestion to use AHK- can you share wither an example or a snippet of how you have achieved this in your script? Thanks!
– bertieb
Feb 7 '18 at 12:31
Hi Gerard and welcome to Super User! Thank you for the suggestion to use AHK- can you share wither an example or a snippet of how you have achieved this in your script? Thanks!
– bertieb
Feb 7 '18 at 12:31
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f587971%2fwindows-shortcut-utility-to-switch-between-application-windows%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Whilst this is not inbuilt into Windows 8, this 3rd party utility maybe useful premeforwindows.com as it aims to speed up switching windows
– Simon
Apr 26 '13 at 9:45
1
An AutoHotkey script following this algo would work.
– Karan
Apr 26 '13 at 17:54