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.
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
- Clang
 
git clone https://github.com/exsycore/SwitchCaps.git
cd SwitchCapsmkdir build
cd build
cmake .. -T ClangCL
cmake --build .