kbd: ukbd.4 and atkbdc.4 add section about new kernel options

add section about  new kernel options KBD_DELAY1 and KBD_DELAY2

Reviewed by: imp (small tweaks to man page)
Pull Request: https://github.com/freebsd/freebsd-src/pull/649
This commit is contained in:
Michael Paepcke 2023-02-21 05:41:18 +00:00 committed by Warner Losh
parent c51978f4b2
commit 1469c6331f
2 changed files with 16 additions and 0 deletions

View File

@ -90,6 +90,13 @@ The default values are
and 5
for
.Fa Y .
.It Em KBD_DELAY1=X, KBD_DELAY2=Y
DELAY1 sets the intitial key repeat delay to
.Fa X .
The default value is 500ms.
DELAY2 sets the key repeat delay to
.Fa Y .
The default value is 200ms.
.It Em KBDIO_DEBUG=N
Sets the debug level to
.Fa N .

View File

@ -136,6 +136,15 @@ or
.D1 Cd "options KBD_DISABLE_KEYMAP_LOADING"
.Pp
Do not allow the user to change the keymap.
.Pp
.D1 Cd "options KBD_DELAY1=200"
.Pp
Set the keyboard initial key repeat delay.
.Pp
.D1 Cd "options KBD_DELAY2=15"
.Pp
Set the keyboard key repeat delay.
.Pp
Note that these options also affect the AT keyboard driver,
.Xr atkbd 4 .
.Sh SYSCTL VARIABLES