A lightweight AutoHotkey v2 script that:
- Uses Caps Lock to switch input language (or toggle Caps Lock if Shift is held).
- Remaps bottom-left modifier keys (Ctrl → Win, Alt → Ctrl, Win → Alt).
- Swaps
Ctrl+Tab
withWin+Tab
.
- Install AutoHotkey v2.
- Clone or download this repository.
- Use AutoHotkey to compile the
.ahk
file into an.exe
. - Open the Startup folder by pressing Win+R and typing
shell:startup
. - Place the
.exe
file in that folder so it runs automatically when Windows starts.