-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hi!
First of all: THANK YOU for the script. This bug has been driving me nuts for years and I can't fathom why this isn't getting fixed. The number of times I've read *JuSt UsE sHiFt iNsTeAd" boggles my mind.
In any case, the script works but I can't get it to work permanently. I'm running on Ubuntu 20.04. and added the following command to the Startup Applications:
bash -ic "sh /home/<REDACTED>/Linux-CapsLock-Delay-Fixer/bootstrap.sh"
When I type in this exact command in the console, it performs the fix flawlessly.
From what I've seen any time the computer goes to sleep, the changes are revoked. I've tried to add it to pm-utils/sleep.d to get it to run on every wake-up, but couldn't get this to work either. From the repo-directory:
sudo cp ./bootstrap.sh /usr/lib/pm-utils/sleep.d/9999CapsDelayFix.sh
sudo chmod +x /usr/lib/pm-utils/sleep.d/9999CapsDelayFix.sh
I'm not sure what I'm missing.