1KBDRATE(8)                 Linux Programmer's Manual                KBDRATE(8)
2
3
4

NAME

6       kbdrate - reset the keyboard repeat rate and delay time
7

SYNOPSIS

9       kbdrate [ -s ] [ -r rate ] [ -d delay ]
10

DESCRIPTION

12       kbdrate is used to change the keyboard repeat rate and delay time.  The
13       delay is the amount of time that a key must be depressed before it will
14       start to repeat.
15
16       Using  kbdrate  without  any options will reset the repeat rate to 10.9
17       characters per second (cps) and the delay to 250 milliseconds (ms)  for
18       Intel-  and  M68K-based systems.  These are the IBM defaults. On SPARC-
19       based systems it will reset the repeat rate to 20 cps and the delay  to
20       200 ms.
21
22

OPTIONS

24       -s     Silent.  No messages are printed.
25
26       -r rate
27              Change  the  keyboard repeat rate to rate cps.   For Intel-based
28              systems, the allowable range is from 2.0 to 30.0 cps.  Only cer‐
29              tain,  specific values are possible, and the program will select
30              the nearest possible value to the one specified.   The  possible
31              values  are  given,  in  characters per second, as follows: 2.0,
32              2.1, 2.3, 2.5, 2.7, 3.0, 3.3, 3.7, 4.0, 4.3, 4.6, 5.0, 5.5, 6.0,
33              6.7,  7.5,  8.0,  8.6,  9.2, 10.0, 10.9, 12.0, 13.3, 15.0, 16.0,
34              17.1, 18.5, 20.0, 21.8, 24.0, 26.7, 30.0.  For SPARC-based  sys‐
35              tems, the allowable range is from 0 (no repeat) to 50 cps.
36
37       -d delay
38              Change  the  delay  to delay milliseconds.  For Intel-based sys‐
39              tems, the allowable range is from 250 to  1000  ms,  in  250  ms
40              steps.  For SPARC systems, possible values are between 10 ms and
41              1440 ms, in 10 ms steps.
42
43       -V --version
44              Display a version number and exit.
45

BUGS

47       Not all keyboards support all rates.
48
49       Not all keyboards have the rates mapped in the same way.
50
51       Setting the repeat rate on the Gateway AnyKey keyboard does  not  work.
52       If  someone  with  a  Gateway  figures out how to program the keyboard,
53       please send mail to util-linux@math.uio.no.
54
55       All this is very architecture dependent.  Nowadays kbdrate first  tries
56       the  KDKBDREP  and  KIOCSRATE  ioctls.  (The former usually works on an
57       m68k machine, the latter for SPARC.)  When these ioctls fail an  ioport
58       interface as on i386 is assumed.
59

FILES

61       /etc/rc.local
62       /dev/port
63
64
65
66Linux 1.1.19                     22 June 1994                       KBDRATE(8)
Impressum