So I need to make a repeat rate of the keys, pressed on my keyboard about 30 ms. How do I do it through the shell command, to write it down in my startup scripts on Awesome WM that I use instead of Ubuntu's default GUI?
So I need to make a repeat rate of the keys, pressed on my keyboard about 30 ms. How do I do it through the shell command, to write it down in my startup scripts on Awesome WM that I use instead of Ubuntu's default GUI?
Run this in the console:
xset r rate 240 40
240 - is a milliseconds delay before repeating starts
40 - the rate of repetition after the delay