hdlx / MacAppSwitcher

MacOS like application switcher for Windows
MIT License
15 stars 0 forks source link
keyboard macos personalization shortcuts win32 windows

This program brings MacOS-like application switching to Windows. Use alt + tab to select the active app (not window) and alt + ~ to switch between windows of the active app.

Tested on Windows 10 and Windows 11.

Using MacAppSwitcher:

Get the executable (Win64 only) from the release page https://github.com/hdlx/MacAppSwitcher/releases/.

Run it as an administator.

You can kill it from the task manager. Search for "MacAppSwitcher".

Known issues

Technology

This is a C project relying on C standard library and Windows API. I'm using Clang (mingw) and VS Code / VS Codium.