diff options
Diffstat (limited to 'usr/src/man/man7m/kb.7m')
-rw-r--r-- | usr/src/man/man7m/kb.7m | 244 |
1 files changed, 6 insertions, 238 deletions
diff --git a/usr/src/man/man7m/kb.7m b/usr/src/man/man7m/kb.7m index 045870f5c3..fa59d64cbe 100644 --- a/usr/src/man/man7m/kb.7m +++ b/usr/src/man/man7m/kb.7m @@ -3,7 +3,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH kb 7M "26 Feb 2004" "SunOS 5.11" "STREAMS Modules" +.TH KB 7M "Feb 26, 2004" .SH NAME kb \- keyboard STREAMS module .SH SYNOPSIS @@ -62,45 +62,37 @@ characters that invoke more complicated actions. The keyboard can be in one of the following translation modes: .sp .ne 2 -.mk .na \fB\fBTR_NONE\fR \fR .ad .RS 21n -.rt Keyboard translation is turned off and up/down key codes are reported. .RE .sp .ne 2 -.mk .na \fB\fBTR_ASCII\fR \fR .ad .RS 21n -.rt \fBISO\fR 8859/1 codes are reported. .RE .sp .ne 2 -.mk .na \fB\fBTR_EVENT\fR \fR .ad .RS 21n -.rt \fBfirm_events\fR are reported. .RE .sp .ne 2 -.mk .na \fB\fBTR_UNTRANS_EVENT\fR \fR .ad .RS 21n -.rt \fBfirm_events\fR containing unencoded keystation codes are reported for all input events within the window system. .RE @@ -112,67 +104,55 @@ All instances of the \fBkb\fR module share seven translation tables that convert raw keystation codes to event values. The tables are: .sp .ne 2 -.mk .na \fBUnshifted\fR .ad .RS 14n -.rt Used when a key is depressed and no shifts are in effect. .RE .sp .ne 2 -.mk .na \fBShifted\fR .ad .RS 14n -.rt Used when a key is depressed and a Shift key is held down. .RE .sp .ne 2 -.mk .na \fBCaps Lock\fR .ad .RS 14n -.rt Used when a key is depressed and Caps Lock is in effect. .RE .sp .ne 2 -.mk .na \fBAlt Graph\fR .ad .RS 14n -.rt Used when a key is depressed and the Alt Graph key is held down. .RE .sp .ne 2 -.mk .na \fBNum Lock\fR .ad .RS 14n -.rt Used when a key is depressed and Num Lock is in effect. .RE .sp .ne 2 -.mk .na \fBControlled\fR .ad .RS 14n -.rt Used when a key is depressed and the Control key is held down. (Regardless of whether a Shift key or the Alt Graph is being held down, or whether Caps Lock or Num Lock is in effect). @@ -180,12 +160,10 @@ or Num Lock is in effect). .sp .ne 2 -.mk .na \fBKey Up\fR .ad .RS 14n -.rt Used when a key is released. .RE @@ -205,110 +183,90 @@ as shown below. When added to the constant, the value of the low-order bits distinguish between keys within each class: .sp .ne 2 -.mk .na \fBSHIFTKEYS 0x100 \fR .ad .RS 20n -.rt A shift key. The value of the particular shift key is added to determine which shift mask to apply: .sp .ne 2 -.mk .na \fB\fBCAPSLOCK 0\fR \fR .ad .RS 17n -.rt Caps Lock key. .RE .sp .ne 2 -.mk .na \fB\fBSHIFTLOCK 1\fR \fR .ad .RS 17n -.rt "Shift Lock" key. .RE .sp .ne 2 -.mk .na \fB\fBLEFTSHIFT 2\fR \fR .ad .RS 17n -.rt Left-hand Shift key. .RE .sp .ne 2 -.mk .na \fB\fBRIGHTSHIFT 3\fR \fR .ad .RS 17n -.rt Right-hand Shift key. .RE .sp .ne 2 -.mk .na \fB\fBLEFTCTRL 4\fR \fR .ad .RS 17n -.rt Left-hand (or only) Control key. .RE .sp .ne 2 -.mk .na \fB\fBRIGHTCTRL 5\fR \fR .ad .RS 17n -.rt Right-hand Control key. .RE .sp .ne 2 -.mk .na \fB\fBALTGRAPH 9\fR \fR .ad .RS 17n -.rt Alt Graph key. .RE .sp .ne 2 -.mk .na \fB\fBALT 10\fR \fR .ad .RS 17n -.rt Alternate or Alt key. .RE .sp .ne 2 -.mk .na \fB\fBNUMLOCK 11\fR \fR .ad .RS 17n -.rt Num Lock key. .RE @@ -316,23 +274,19 @@ Right-hand Control key. .sp .ne 2 -.mk .na \fB\fBBUCKYBITS 0x200\fR \fR .ad .RS 20n -.rt Used to toggle mode-key-up/down status without altering the value of an accompanying \fBISO\fR 8859/1 character. The actual bit-position value, minus 7, is added. .sp .ne 2 -.mk .na \fB\fBMETABIT 0\fR \fR .ad .RS 16n -.rt The Meta key was pressed along with the key. This is the only user-accessible bucky bit. It is ORed in as the 0x80 bit; since this bit is a legitimate bit in a character, the only way to distinguish between, for example, 0xA0 as @@ -342,12 +296,10 @@ META key down events and keep track of whether the \fBMETA\fR key was down. .sp .ne 2 -.mk .na \fB\fBSYSTEMBIT 1\fR \fR .ad .RS 16n -.rt The System key was pressed. This is a place holder to indicate which key is the system-abort key. .RE @@ -356,100 +308,82 @@ system-abort key. .sp .ne 2 -.mk .na \fB\fBFUNNY 0x300\fR \fR .ad .RS 20n -.rt Performs various functions depending on the value of the low 4 bits: .sp .ne 2 -.mk .na \fB\fBNOP 0x300\fR \fR .ad .RS 20n -.rt Does nothing. .RE .sp .ne 2 -.mk .na \fB\fBOOPS 0x301\fR \fR .ad .RS 20n -.rt Exists, but is undefined. .RE .sp .ne 2 -.mk .na \fB\fBHOLE 0x302\fR \fR .ad .RS 20n -.rt There is no key in this position on the keyboard, and the position-code should not be used. .RE .sp .ne 2 -.mk .na \fB\fBRESET 0x306\fR \fR .ad .RS 20n -.rt Keyboard reset. .RE .sp .ne 2 -.mk .na \fB\fBERROR 0x307\fR \fR .ad .RS 20n -.rt The keyboard driver detected an internal error. .RE .sp .ne 2 -.mk .na \fB\fBIDLE 0x308\fR \fR .ad .RS 20n -.rt The keyboard is idle (no keys down). .RE .sp .ne 2 -.mk .na \fB\fBCOMPOSE 0x309\fR \fR .ad .RS 20n -.rt The \fBCOMPOSE\fR key; the next two keys should comprise a two-character COMPOSE key sequence. .RE .sp .ne 2 -.mk .na \fB\fBNONL 0x30A\fR \fR .ad .RS 20n -.rt Used only in the Num Lock table; indicates that this key is not affected by the Num Lock state, so that the translation table to use to translate this key should be the one that would have been used had Num Lock not been in effect. @@ -457,12 +391,10 @@ should be the one that would have been used had Num Lock not been in effect. .sp .ne 2 -.mk .na \fB0x30B \(em 0x30F\fR .ad .RS 20n -.rt Reserved for non-parameterized functions. .RE @@ -470,12 +402,10 @@ Reserved for non-parameterized functions. .sp .ne 2 -.mk .na \fB\fBFA_CLASS 0x400\fR \fR .ad .RS 20n -.rt A floating accent or "dead key." When this key is pressed, the next key generates an event for an accented character; for example, "floating accent grave" followed by the "a" key generates an event with the \fBISO\fR 8859/1 @@ -483,67 +413,55 @@ code for the "a with grave accent" character. The low-order bits indicate which accent; the codes for the individual "floating accents" are as follows: .sp .ne 2 -.mk .na \fB\fBFA_UMLAUT 0x400\fR \fR .ad .RS 21n -.rt umlaut .RE .sp .ne 2 -.mk .na \fB\fBFA_CFLEX 0x401\fR \fR .ad .RS 21n -.rt circumflex .RE .sp .ne 2 -.mk .na \fB\fBFA_TILDE 0x402\fR \fR .ad .RS 21n -.rt tilde .RE .sp .ne 2 -.mk .na \fB\fBFA_CEDILLA 0x403\fR \fR .ad .RS 21n -.rt cedilla .RE .sp .ne 2 -.mk .na \fB\fBFA_ACUTE 0x404\fR \fR .ad .RS 21n -.rt acute accent .RE .sp .ne 2 -.mk .na \fB\fBFA_GRAVE 0x405\fR \fR .ad .RS 21n -.rt grave accent .RE @@ -551,79 +469,65 @@ grave accent .sp .ne 2 -.mk .na \fB\fBSTRING 0x500\fR \fR .ad .RS 20n -.rt The low-order bits index a table of strings. When a key with a \fBSTRING\fR entry is depressed, the characters in the null-terminated string for that key are sent, character-by-character. The maximum length is defined as: .sp .ne 2 -.mk .na \fBKTAB_STRLEN \fR .ad .RS 16n -.rt 10 .RE Individual string numbers are defined as: .sp .ne 2 -.mk .na \fBHOMEARROW \fR .ad .RS 15n -.rt 0x00 .RE .sp .ne 2 -.mk .na \fB\fBUPARROW\fR \fR .ad .RS 15n -.rt 0x01 .RE .sp .ne 2 -.mk .na \fB\fBDOWNARROW\fR \fR .ad .RS 15n -.rt 0x02 .RE .sp .ne 2 -.mk .na \fB\fBLEFTARROW\fR \fR .ad .RS 15n -.rt 0x03 .RE .sp .ne 2 -.mk .na \fB\fBRIGHTARROW\fR \fR .ad .RS 15n -.rt 0x04 .RE @@ -632,102 +536,84 @@ String numbers 0x05 \(em 0x0F are available for custom entries. .sp .ne 2 -.mk .na \fB\fBFUNCKEYS 0x600\fR \fR .ad .RS 20n -.rt There are 64 keys reserved for function keys. The actual positions are usually on the left/right/top/bottom of the keyboard. .sp The next-to-lowest 4 bits indicate the group of function keys: .sp .ne 2 -.mk .na \fB\fBLEFTFUNC \fR \fR .ad .RS 18n -.rt 0x600 .RE .sp .ne 2 -.mk .na \fB\fBRIGHTFUNC \fR \fR .ad .RS 18n -.rt 0x610 .RE .sp .ne 2 -.mk .na \fB\fBTOPFUNC 0x610\fR \fR .ad .RS 18n -.rt 0x610 .RE .sp .ne 2 -.mk .na \fB\fBBOTTOMFUNC \fR \fR .ad .RS 18n -.rt 0x630 .RE The low 4 bits indicate the function key number within the group: .sp .ne 2 -.mk .na \fBLF(\fIn\fR)\fR .ad .RS 10n -.rt (LEFTFUNC+(\fIn\fR)-1) .RE .sp .ne 2 -.mk .na \fBRF(\fIn\fR) \fR .ad .RS 10n -.rt (RIGHTFUNC+(\fIn\fR)-1) .RE .sp .ne 2 -.mk .na \fBTF(\fIn\fR) \fR .ad .RS 10n -.rt (TOPFUNC+(\fIn\fR)-1) .RE .sp .ne 2 -.mk .na \fBBF(\fIn\fR) \fR .ad .RS 10n -.rt (BOTTOMFUNC+(\fIn\fR)-1) .RE @@ -735,211 +621,173 @@ The low 4 bits indicate the function key number within the group: .sp .ne 2 -.mk .na \fB\fBPADKEYS 0x700\fR \fR .ad .RS 18n -.rt A "numeric keypad key." These entries should appear only in the Num Lock translation table; when Num Lock is in effect, these events will be generated by pressing keys on the right-hand keypad. The low-order bits indicate which key. The codes for the individual keys are: .sp .ne 2 -.mk .na \fB\fBPADEQUAL 0x700\fR \fR .ad .RS 19n -.rt "=" key .RE .sp .ne 2 -.mk .na \fB\fBPADSLASH 0x701\fR \fR .ad .RS 19n -.rt "/" key .RE .sp .ne 2 -.mk .na \fB\fBPADSTAR 0x702\fR \fR .ad .RS 19n -.rt "*" key .RE .sp .ne 2 -.mk .na \fB\fBPADMINUS 0x703\fR \fR .ad .RS 19n -.rt "-" key .RE .sp .ne 2 -.mk .na \fB\fBPADSEP 0x704\fR \fR .ad .RS 19n -.rt "," key .RE .sp .ne 2 -.mk .na \fB\fBPAD7 0x705\fR \fR .ad .RS 19n -.rt "7" key .RE .sp .ne 2 -.mk .na \fB\fBPAD8 0x706\fR \fR .ad .RS 19n -.rt "8" key .RE .sp .ne 2 -.mk .na \fB\fBPAD9 0x707\fR \fR .ad .RS 19n -.rt "9" key .RE .sp .ne 2 -.mk .na \fB\fBPADPLUS 0x708\fR \fR .ad .RS 19n -.rt "+" key .RE .sp .ne 2 -.mk .na \fB\fBPAD4 0x709\fR \fR .ad .RS 19n -.rt "4" key .RE .sp .ne 2 -.mk .na \fB\fBPAD5 0x70A\fR \fR .ad .RS 19n -.rt "5" key .RE .sp .ne 2 -.mk .na \fB\fBPAD6 0x70B\fR \fR .ad .RS 19n -.rt "6" key .RE .sp .ne 2 -.mk .na \fB\fBPAD1 0x70C\fR \fR .ad .RS 19n -.rt "1" key .RE .sp .ne 2 -.mk .na \fB\fBPAD2 0x70D\fR \fR .ad .RS 19n -.rt "2" key .RE .sp .ne 2 -.mk .na \fB\fBPAD3 0x70E\fR \fR .ad .RS 19n -.rt "3" key .RE .sp .ne 2 -.mk .na \fB\fBPAD0 0x70F\fR \fR .ad .RS 19n -.rt "0" key .RE .sp .ne 2 -.mk .na \fB\fBPADDOT 0x710\fR \fR .ad .RS 19n -.rt "." key .RE .sp .ne 2 -.mk .na \fB\fBPADENTER 0x711\fR \fR .ad .RS 19n -.rt "Enter" key .RE @@ -985,24 +833,20 @@ The following \fBioctl()\fR requests set and retrieve the current translation mode of a keyboard: .sp .ne 2 -.mk .na \fB\fBKIOCTRANS\fR \fR .ad .RS 15n -.rt Pointer to an \fBint\fR. The translation mode is set to the value in the \fBint\fR pointed to by the argument. .RE .sp .ne 2 -.mk .na \fB\fBKIOCGTRANS\fR \fR .ad .RS 15n -.rt Pointer to an \fBint\fR. The current translation mode is stored in the \fBint\fR pointed to by the argument. .RE @@ -1030,19 +874,16 @@ int kio_tablemask; /* Translation table (one of: 0, CAPSMASK, .sp .ne 2 -.mk .na \fB\fBKIOCSKEY\fR \fR .ad .RS 13n -.rt Pointer to a \fBkiockeymap\fR structure. The translation table entry referred to by the values in that structure is changed. The \fBkio_tablemask\fR request specifies which of the following translation tables contains the entry to be modified: .sp .ne 2 -.mk .na \fB\fBUPMASK 0x0080\fR \fR .ad @@ -1053,7 +894,6 @@ modified: .sp .ne 2 -.mk .na \fB\fBNUMLOCKMASK 0x0800\fR \fR .ad @@ -1064,7 +904,6 @@ modified: .sp .ne 2 -.mk .na \fB\fBCTRLMASK 0x0030\fR \fR .ad @@ -1075,7 +914,6 @@ modified: .sp .ne 2 -.mk .na \fB\fBALTGRAPHMASK 0x0200\fR \fR .ad @@ -1086,7 +924,6 @@ modified: .sp .ne 2 -.mk .na \fB\fBSHIFTMASK 0x000E\fR \fR .ad @@ -1097,7 +934,6 @@ modified: .sp .ne 2 -.mk .na \fB\fBCAPSMASK 0x0001\fR \fR .ad @@ -1108,7 +944,6 @@ modified: .sp .ne 2 -.mk .na \fB(No shift keys pressed or locked)\fR .ad @@ -1138,12 +973,10 @@ set to be the second keystation in the sequence. An attempt to change the results in an \fBEPERM\fR error. .sp .ne 2 -.mk .na \fB\fBKIOCGKEY\fR \fR .ad .RS 13n -.rt The argument is a pointer to a \fBkiockeymap\fR structure. The current value of the keyboard translation table entry specified by \fBkio_tablemask\fR and \fBkio_station\fR is stored in the structure pointed to by the argument. This @@ -1152,77 +985,63 @@ call may return \fBEINVAL\fR if there are invalid arguments. .sp .ne 2 -.mk .na \fB\fBKIOCTYPE\fR \fR .ad .RS 13n -.rt The argument is a pointer to an \fBint\fR. A code indicating the type of the keyboard is stored in the \fBint\fR pointed to by the argument: .sp .ne 2 -.mk .na \fB\fBKB_SUN3\fR \fR .ad .RS 14n -.rt Sun Type 3 keyboard .RE .sp .ne 2 -.mk .na \fB\fBKB_SUN4\fR \fR .ad .RS 14n -.rt Sun Type 4 or 5 keyboard, or non-USB Sun Type 6 keyboard .RE .sp .ne 2 -.mk .na \fB\fBKB_USB\fR \fR .ad .RS 14n -.rt USB standard HID keyboard, including Sun Type 6 USB keyboards .RE .sp .ne 2 -.mk .na \fB\fBKB_ASCII\fR \fR .ad .RS 14n -.rt ASCII terminal masquerading as keyboard .RE .sp .ne 2 -.mk .na \fB\fBKB_PC\fR \fR .ad .RS 14n -.rt Type 101 PC keyboard .RE .sp .ne 2 -.mk .na \fB\fBKB_DEFAULT\fR\fR .ad .RS 14n -.rt Stored in the \fBint\fR pointed to by the argument if the keyboard type is unknown. In case of error, -1 is stored in the \fBint\fR pointed to by the argument. @@ -1232,12 +1051,10 @@ argument. .sp .ne 2 -.mk .na \fB\fBKIOCLAYOUT\fR \fR .ad .RS 15n -.rt The argument is a pointer to an \fBint\fR. On a Sun Type 4 keyboard, the layout code specified by the keyboard's \fBDIP\fR switches is stored in the \fBint\fR pointed to by the argument. @@ -1245,12 +1062,10 @@ pointed to by the argument. .sp .ne 2 -.mk .na \fB\fBKIOCCMD\fR \fR .ad .RS 15n -.rt The argument is a pointer to an \fBint\fR. The command specified by the value of the \fBint\fR pointed to by the argument is sent to the keyboard. The commands that can be sent are: @@ -1258,79 +1073,65 @@ commands that can be sent are: Commands to the Sun Type 3 and Sun Type 4 keyboards: .sp .ne 2 -.mk .na \fB\fBKBD_CMD_RESET\fR \fR .ad .RS 20n -.rt Reset keyboard as if power-up. .RE .sp .ne 2 -.mk .na \fB\fBKBD_CMD_BELL\fR \fR .ad .RS 20n -.rt Turn on the bell. .RE .sp .ne 2 -.mk .na \fB\fBKBD_CMD_NOBELL\fR \fR .ad .RS 20n -.rt Turn off the bell. .RE .sp .ne 2 -.mk .na \fB\fBKBD_CMD_CLICK\fR \fR .ad .RS 20n -.rt Turn on the click annunciator. .RE .sp .ne 2 -.mk .na \fB\fBKBD_CMD_NOCLICK\fR \fR .ad .RS 20n -.rt Turn off the click annunciator. .RE Commands to the Sun Type 4 keyboard: .sp .ne 2 -.mk .na \fB\fBKBD_CMD_SETLED\fR \fR .ad .RS 22n -.rt Set keyboard LEDs. .RE .sp .ne 2 -.mk .na \fB\fBKBD_CMD_GETLAYOUT\fR \fR .ad .RS 22n -.rt Request that keyboard indicate layout. .RE @@ -1345,68 +1146,56 @@ driver \(em circumventing this \fBioctl()\fR request) an equivalent \fBioctl()\fR to query its state is not provided. .sp .ne 2 -.mk .na \fB\fBKIOCSLED\fR \fR .ad .RS 13n -.rt The argument is a pointer to an \fBchar\fR. On the Sun Type 4 keyboard, the \fBLEDs\fR are set to the value specified in that \fBchar\fR. The values for the four \fBLEDs\fR are: .sp .ne 2 -.mk .na \fB\fBLED_CAPS_LOCK\fR \fR .ad .RS 20n -.rt "Caps Lock" light. .RE .sp .ne 2 -.mk .na \fB\fBLED_COMPOSE\fR \fR .ad .RS 20n -.rt "Compose" light. .RE .sp .ne 2 -.mk .na \fB\fBLED_SCROLL_LOCK\fR \fR .ad .RS 20n -.rt "Scroll Lock" light. .RE .sp .ne 2 -.mk .na \fB\fBLED_NUM_LOCK\fR \fR .ad .RS 20n -.rt "Num Lock" light. .RE On some Japanese layouts, the value for the fifth \fBLED\fR is: .sp .ne 2 -.mk .na \fB\fBLED_KANA\fR \fR .ad .RS 13n -.rt "Kana" light. .RE @@ -1414,36 +1203,30 @@ On some Japanese layouts, the value for the fifth \fBLED\fR is: .sp .ne 2 -.mk .na \fB\fBKIOCGLED\fR \fR .ad .RS 16n -.rt Pointer to a \fBchar\fR. The current state of the \fBLEDs\fR is stored in the \fBchar\fR pointed to by the argument. .RE .sp .ne 2 -.mk .na \fB\fBKIOCSCOMPAT\fR \fR .ad .RS 16n -.rt Pointer to an \fBint\fR. "Compatibility mode" is turned on if the \fBint\fR has a value of 1, and is turned off if the \fBint\fR has a value of 0. .RE .sp .ne 2 -.mk .na \fB\fBKIOCGCOMPAT\fR \fR .ad .RS 16n -.rt Pointer to an \fBint\fR. The current state of "compatibility mode" is stored in the \fBint\fR pointed to by the argument. .RE @@ -1454,12 +1237,10 @@ The following \fBioctl()\fR request allows the default effect of the keyboard abort sequence to be changed. .sp .ne 2 -.mk .na \fB\fBKIOCSKABORTEN\fR \fR .ad .RS 18n -.rt Pointer to an \fBint\fR. The keyboard abort sequence effect (typically L1-A or Stop-A on the keyboard on SPARC systems, F1-A on x86 systems, and BREAK on the serial console device) is enabled if the \fBint\fR has a value of @@ -1503,23 +1284,19 @@ These \fBioctl()\fR requests are supported for compatibility with the system keyboard device \fB/dev/kbd\fR. .sp .ne 2 -.mk .na \fB\fBKIOCSDIRECT\fR \fR .ad .RS 16n -.rt Has no effect. .RE .sp .ne 2 -.mk .na \fB\fBKIOCGDIRECT\fR \fR .ad .RS 16n -.rt Always returns 1. .RE @@ -1529,48 +1306,40 @@ The following \fBioctl()\fR requests are used to set and get the keyboard autorepeat delay and rate. .sp .ne 2 -.mk .na \fB\fBKIOCSRPTDELAY\fR \fR .ad .RS 18n -.rt This argument is a pointer to an int, which is the kb autorepeat delay, unit in millisecond. .RE .sp .ne 2 -.mk .na \fB\fBKIOCGRPTDELAY\fR \fR .ad .RS 18n -.rt This argument is a pointer to an int. The current auto repeat delay setting is stored in the integer pointed by the argument, unit in millisecond. .RE .sp .ne 2 -.mk .na \fB\fBKIOCSRPTRATE\fR \fR .ad .RS 18n -.rt This argument is a pointer to an int, which is the kb autorepeat rate, unit in millisecond. .RE .sp .ne 2 -.mk .na \fB\fBKIOCGRPTRATE\fR \fR .ad .RS 18n -.rt This argument is a pointer to an int. The current auto repeat rate setting is stored in the integer pointed by the argument, unit in millisecond. .RE @@ -1583,13 +1352,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -lw(2.75i) |lw(2.75i) -lw(2.75i) |lw(2.75i) -. -\fBATTRIBUTE TYPE\fR\fBATTRIBUTE VALUE\fR +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -Interface StabilityStable +Interface Stability Stable .TE .SH SEE ALSO |