Blankeos / window-switcher

πŸͺŸ A windows alternative to Mac's CMD + ~ Hotkey made with AHK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Window Switcher

preview

Cmd + ~ is my most-used Mac shortcut. It's a nifty keyboard shortcut for switching between windows of the same app. I was able to recreate it on Windows using AHK. (Keystroke visualized above with Keyviz)

Table of Contents

πŸ“ƒ Requirements

πŸš€ Getting Started

  1. Double-click on SwitchCurrentWindow.ahk to run it.
  2. Press Alt + ~

🚈 Auto-Run on Startup

  1. Press πŸͺŸ + R and type: shell:startup
  2. Paste SwitchCurrentWindow.ahk there.

🎨 Features

  • Basic same-app window switching across 2 windows.
  • Smart order-aware switching: Same-app window switching across more than 2 windows.
  • Same-app window switching across different windows Desktops. (This is also not possible in Mac, so I'd rather not implement it).

About

πŸͺŸ A windows alternative to Mac's CMD + ~ Hotkey made with AHK


Languages

Language:AutoHotkey 100.0%