Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
OrX_Qx pirateradio (michal@webs.node9.org)'s status on Wednesday, 07-Sep-2022 21:31:51 JSTOrX_Qx pirateradio @Humane Tech Now In BIOSes it had been called Keyboard repeat delay (delay to next keypress) and Keyboard repeat rate (ammount of characters typed when key is being hold longer).
In X11 it is set in xorg.conf
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
# Option "XkbLayout" set in /etc/default/keyboard
# Option "XkbOptions" ditto
Option "AutoRepeat" "250 50"
EndSection
Or wth
xset r rate 250 50