hdlx / AltAppSwitcher

Alternative application switcher for Windows
MIT License
52 stars 4 forks source link
alt alternative app application keyboard macos personalization shortcuts switcher win32 windows

AltAppSwitcher: alternative application switcher for Windows

This program brings MacOS-like or Gnome-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. Key bindings are customizable.

Tested on Windows 10 and Windows 11.

Launching AltAppSwitcher:

Get the archive from the release page.

x86_64 and ARM64 (AArch64) architectures are available. Please note that I was not able to test the ARM64 one myself.

Run the AltAppSwitcher.exe (preferably as an administator).

Close the application using CloseAltAppSwitcher.bat file.

Run at startup:

Run AddToStartup.bat to add AltAppSwitcher to Windows startup apps.

Run RemoveFromStartup.bat to revert this.

Customization

The configuration file, AltAppSwitcherConfig.txt lets you change key bindings, theme, scale and mouse support. App restart is required for the changes to take effect.

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.