switch window by order of their position on taskbar Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
zcw1030
Posts: 34
Joined: 03 Mar 2020, 04:09

switch window by order of their position on taskbar

17 Nov 2022, 03:28

image.png
image.png (8.55 KiB) Viewed 385 times
lets say we have two hot key, alt z (go left), alt c (go right)

so, now we can see that the chrome window in the screenshot above is active, then when i alt c twice, the madvr window will be active, and then if i alt z, the fluent search window will open.

basically, its like switch tabs in browser using ctrl tab and ctrl shift tab.

thx!
zcw1030
Posts: 34
Joined: 03 Mar 2020, 04:09

Re: switch window by order of their position on taskbar

17 Nov 2022, 09:24

mikeyww wrote:
17 Nov 2022, 07:11

Code: Select all

Alt & c::AltTab
Alt & z::ShiftAltTab
sry, its still not like switch tabs in browsers.
User avatar
mikeyww
Posts: 27271
Joined: 09 Sep 2014, 18:38

Re: switch window by order of their position on taskbar

17 Nov 2022, 09:39

The post's subject refers to windows, not tabs. For browser tabs:

Code: Select all

#If WinActive("ahk_exe chrome.exe")
!c::Send ^{Tab}
!z::Send ^+{Tab}
#If

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Bing [Bot], Chunjee, InGearX, j4byers and 202 guests