FG
💻 Software

Can I switch between windows of the same type using AutoHotkey?

Fresh5 days ago
Mar 15, 20265455 views
Confidence Score0%
0%

Problem

I know how to create an AutoHotkey script to switch to (say) a Firefox window. But suppose I have a number of Firefox windows open. I would like the key to switch to the next window each time it is pressed. Edit - firefox was just an example. It could be PuTTY windows I wanted.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Can I switch between windows of the same type using AutoHotkey?

Low Risk

Try the command instead of . This activates the LEAST recently used window - and seeing as when you activate that, it's no longer the least recently used, this can be used to loop through every window.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment