Problem
Hi, I'm struggling with key repeat setting.
It's really annoying that key repeat setting is reset when bluetooth keyboard is connected (every time).
Note that repeat key setting using gsetting or Settings - Universal Access - Repeat Keys has the same problem.
Is there any way to resolve this problem?
Configratuion
- OS: Ubuntu 20.04
- Keyboard: HHKB Professional Hybrid
gsettingcommand to change repeat keys? (I could put it as a resume script!) – artfulrobot Dec 15 '20 at 09:37/lib/systemd/system-sleep/.if [[ "$1" == "post" && "$2" == "suspend" ]] ; then gsettings ... ; gsettings ... ; fithen this script will run when you open your laptop lid and resume from a suspend. – artfulrobot Dec 17 '20 at 11:35+) In my case, similar problem occurs when reconnecting bluetooth keyboard. Is it the same in your case? Or, do you know how to write a shell script to prevent this?
– Jinrae Kim Dec 18 '20 at 01:50system-sleepscript, runninggsettingscommands manually won't fix it unless I use a different number. For example, if the default setting isgsettings set org.gnome.desktop.peripherals.keyboard delay 150. Running it again after sleep won't change anything. I have to change it to something else first (e.g.151) and then reset it to 150 so that it recognizes the change. – Amir Karimi Apr 22 '22 at 16:09