Keyboard input speed on Linux
← Notes
Tags: [linux][keyboard][xset]
Make the delay between Key presses shorted on Linux
- First parameter is the delay before the auto repeat starts
- The second is the time between two auto repeats
xset r rate 150 50
← Notes
Back to top