This program is made for those who want to use the Caps Lock key to change the language (... similar to Mac OS). This project is virus-free, completely safe, and open source.
- Windows + R and type "regedit"
- goto HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
- Right click -> Click new -> String Value
- Type any name up to you
- Type in Value data "Path of SwitchCaps.exe"
Click to open the program to start using it immediately. When you want to open the program, click to open it again. A window will pop up asking you.
Note
Shift + Caps Lock to toggle caps lock
- Visual Studio 2026 & Visual Studio Code
- CMAKE
git clone https://github.com/exsycore/SwitchCaps.git
cd SwitchCapsmkdir build
cd build
cmake .. -T ClangCL
cmake --build .