This program just fix the Caps Lock key Delay on linux machines. If you dont wanna use shift key this program will help you.
If you just wanna use the program, download here.
You will need dotnet-sdk-6.0 on your machine to use build script.
Clone this repository with:
git clone https://github.com/arthurbg951/capslock-fix-linux.git
Give permission to build.sh script with:
chmod +x ./build.sh
Then run the script:
./build.sh
You can also use install script to auto compile and install in your machine locally with:
chmod +x ./install.sh
./install.sh
This application is working fine at local instalation. Install for all users may not work as expected at this moment.