Lightweight AutoHotkey v2 scripts for fast language switching and helpful key tweaks.
Physical bottom-left keys (left → right): LWin, LAlt, LCtrl.
- Caps Lock: switch input language
- Shift+Caps Lock: toggle real Caps Lock
- Remaps:
- LCtrl → LWin
- LAlt → LCtrl
- LWin → LAlt
- Combos: swaps Ctrl+Tab with Alt+Tab (after remaps) to trigger window switching.
- Caps Lock sets
PRIMARY_KLID - Shift+Caps Lock sets
SECONDARY_KLID
(Define those KLIDs at the top of the script.)
- Install AutoHotkey v2.
- Clone or download this repository.
- Use AutoHotkey to compile the
.ahkfile into an.exe. - Open the Startup folder by pressing Win+R, typing
shell:startup, and pressing Enter. - Place the
.exefile in that folder so it runs automatically when Windows starts.