Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!samsung!think.com!snorkelwacker.mit.edu!bloom-beacon!dont-send-mail-to-path-lines From: bob@morningstar.COM Newsgroups: comp.windows.x Subject: kbd speed in X Message-ID: <9102141519.AA02215@volitans.MorningStar.Com> Date: 14 Feb 91 15:19:38 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 31 From: haozhou@acsu.buffalo.edu (Hao Zhou) Date: 13 Feb 91 21:02:10 GMT Is there any way to set keyboard speed in X windows? Depends upon what type of machine you're using, and what you mean by keyboard speed. On a Sun, for example, you probably want to diddle the "-ar1" and "-ar2" switches. From the Xsun manual page: OPTIONS In addition to the normal server options described in the Xserver(1) manual page, Xsun accepts the following command line switches: -ar1 milliseconds This option specifies amount of time in milliseconds before which a pressed key should begin to autorepeat. -ar2 milliseconds This option specifies the internal in milliseconds between autorepeats of pressed keys. The defaults are set in X.V11R4/mit/server/ddx/sun/sun.h: #define AUTOREPEAT_INITIATE (200) /* milliseconds */ #define AUTOREPEAT_DELAY (50) /* milliseconds */ If you're using a different MIT server, or a commercial release, you'll need to consult its own manual page and/or source.