A minimal, Windows-only application switcher inspired by macOS rcmd.
Hold Right Alt, then press the first letter of an application's name. Press the same letter again to cycle through matching windows. Release Right Alt or press Escape to dismiss the overlay.
py -m venv .venv
.venv\Scripts\pip install -r requirements.txt
.venv\Scripts\python main.pyThe tray icon can open ralt_config.json, where executable display names and custom letters can be assigned. Choose Reload config from the tray menu after saving changes.
Some systems require running rAlt as administrator for global key suppression or for switching to elevated applications.