Remove RCS tags
[xorg/xkeyboard-config] / keycodes / ibm
1 //
2 //Copyright 1996, 1998  The Open Group
3 //
4 //Permission to use, copy, modify, distribute, and sell this software and its
5 //documentation for any purpose is hereby granted without fee, provided that
6 //the above copyright notice appear in all copies and that both that
7 //copyright notice and this permission notice appear in supporting
8 //documentation.
9 //
10 //The above copyright notice and this permission notice shall be
11 //included in all copies or substantial portions of the Software.
12 //
13 //THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
14 //EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
15 //MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
16 //IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
17 //OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
18 //ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
19 //OTHER DEALINGS IN THE SOFTWARE.
20 //
21 //Except as contained in this notice, the name of The Open Group shall
22 //not be used in advertising or otherwise to promote the sale, use or
23 //other dealings in this Software without prior written authorization
24 //from The Open Group.
25 //
26 xkb_keycodes "rs6k-101" {
27
28     <TLDE> = 9;
29     <AE01> = 10;
30     <AE02> = 11;
31     <AE03> = 12;
32     <AE04> = 13;
33     <AE05> = 14;
34     <AE06> = 15;
35     <AE07> = 16;
36     <AE08> = 17;
37     <AE09> = 18;
38     <AE10> = 19;
39     <AE11> = 20;
40     <AE12> = 21;
41     <BKSP> = 23;
42
43     <TAB>  = 24;
44     <AD01> = 25;
45     <AD02> = 26;
46     <AD03> = 27;
47     <AD04> = 28;
48     <AD05> = 29;
49     <AD06> = 30;
50     <AD07> = 31;
51     <AD08> = 32;
52     <AD09> = 33;
53     <AD10> = 34;
54     <AD11> = 35;
55     <AD12> = 36;
56     <BKSL> = 37;
57
58     <CAPS> = 38;
59     <AC01> = 39;
60     <AC02> = 40;
61     <AC03> = 41;
62     <AC04> = 42;
63     <AC05> = 43;
64     <AC06> = 44;
65     <AC07> = 45;
66     <AC08> = 46;
67     <AC09> = 47;
68     <AC10> = 48;
69     <AC11> = 49;
70     <RTRN> = 51;
71
72     <LFSH> = 52;
73     <AB01> = 54;
74     <AB02> = 55;
75     <AB03> = 56;
76     <AB04> = 57;
77     <AB05> = 58;
78     <AB06> = 59;
79     <AB07> = 60;
80     <AB08> = 61;
81     <AB09> = 62;
82     <AB10> = 63;
83     <RTSH> = 65;
84
85     <LCTL> = 66;
86     <LALT> = 68;
87     <SPCE> = 69;
88     <RALT> = 70;
89     <RCTL> = 72;
90
91     <ESC>  = 118;
92     <FK01> = 120;
93     <FK02> = 121;
94     <FK03> = 122;
95     <FK04> = 123;
96     <FK05> = 124;
97     <FK06> = 125;
98     <FK07> = 126;
99     <FK08> = 127;
100     <FK09> = 128;
101     <FK10> = 129;
102     <FK11> = 130;
103     <FK12> = 131;
104
105     <PRSC> = 132;
106     <SCLK> = 133;
107     <PAUS> = 134;
108
109     <INS>  = 83;
110     <HOME> = 88;
111     <PGUP> = 93;
112     <DELE> = 84;
113     <END>  = 89;
114     <PGDN> = 94;
115
116     <UP>   = 91;
117     <LEFT> = 87;
118     <DOWN> = 92;
119     <RGHT> = 97;
120
121     <NMLK> = 98;
122     <KPDV> = 103;
123     <KPMU> = 108;
124     <KPSU> = 113;
125
126      <KP7> = 99;
127      <KP8> = 104;
128      <KP9> = 109;
129     <KPAD> = 114;
130
131      <KP4> = 100;
132      <KP5> = 105;
133      <KP6> = 110;
134
135      <KP1> = 101;
136      <KP2> = 106;
137      <KP3> = 111;
138     <KPEN> = 116;
139
140      <KP0> = 107;
141     <KPDL> = 112;
142
143     indicator 1 = "Caps Lock";
144     indicator 2 = "Num Lock";
145     indicator 3 = "Scroll Lock";
146 };
147 xkb_keycodes "rs6k-102" {
148     include "ibm(rs6k-101)"
149     <LSGT> = 53;
150 };