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// 26default xkb_keycodes "138" { 27 28 minimum= 8; 29 maximum= 255; 30 31 <ESC> = 37; 32 <AE01> = 38; 33 <AE02> = 39; 34 <AE03> = 40; 35 <AE04> = 41; 36 <AE05> = 42; 37 <AE06> = 43; 38 <AE07> = 44; 39 <AE08> = 45; 40 <AE09> = 46; 41 <AE10> = 47; 42 <AE11> = 48; 43 <AE12> = 49; 44 <TLDE> = 50; 45 <BKSP> = 51; 46 47 <TAB> = 61; 48 <AD01> = 62; 49 <AD02> = 63; 50 <AD03> = 64; 51 <AD04> = 65; 52 <AD05> = 66; 53 <AD06> = 67; 54 <AD07> = 68; 55 <AD08> = 69; 56 <AD09> = 70; 57 <AD10> = 71; 58 <AD11> = 72; 59 <AD12> = 73; 60 61 <LCTL> = 84; 62 <AC01> = 85; 63 <AC02> = 86; 64 <AC03> = 87; 65 <AC04> = 88; 66 <AC05> = 89; 67 <AC06> = 90; 68 <AC07> = 91; 69 <AC08> = 92; 70 <AC09> = 93; 71 <AC10> = 94; 72 <AC11> = 95; 73 <BKSL> = 96; 74 <RTRN> = 97; 75 76 <LFSH> = 107; 77 <AB01> = 108; 78 <AB02> = 109; 79 <AB03> = 110; 80 <AB04> = 111; 81 <AB05> = 112; 82 <AB06> = 113; 83 <AB07> = 114; 84 <AB08> = 115; 85 <AB09> = 116; 86 <AB10> = 117; 87 <AB11> = 52; 88 <RTSH> = 118; 89 90 <CAPS> = 127; 91 <LALT> = 27; 92 <LMTA> = 128; 93 <UNK4> = 125; 94 <SPCE> = 129; 95 <UNK5> = 10; 96 <RMTA> = 130; 97 <RALT> = 23; 98 <COMP> = 75; 99 <LNFD> = 119; 100 <UNK6> = 56; 101 102 <FK01> = 13; 103 <FK02> = 14; 104 <FK03> = 16; 105 <FK04> = 18; 106 <FK05> = 20; 107 <FK06> = 22; 108 <FK07> = 24; 109 <FK08> = 25; 110 <FK09> = 26; 111 <FK10> = 15; 112 <FK11> = 17; 113 <FK12> = 19; 114 <FK13> = 137; 115 <FK14> = 138; 116 <FK15> = 139; 117 <FK16> = 140; 118 <FK17> = 141; 119 <FK18> = 142; 120 <FK19> = 143; 121 <FK20> = 144; 122 <FK21> = 145; 123 <FK22> = 146; 124 <FK23> = 147; 125 <FK24> = 148; 126 <FK25> = 153; 127 <FK26> = 154; 128 <FK27> = 155; 129 <FK28> = 156; 130 <FK29> = 149; 131 <FK30> = 150; 132 <FK31> = 151; 133 <FK32> = 152; 134 135 <UNDO> = 34; 136 <COPY> = 59; 137 <PAST> = 81; 138 <CUT> = 105; 139 <HELP> = 126; 140 141 <BREA> = 9; 142 <PRSC> = 30; 143 <KNJI> = 21; 144 <PAUS> = 29; 145 146 <UNK0> = 82; 147 <UNK1> = 83; 148 <UNK2> = 12; 149 <PGUP> = 35; 150 <HOME> = 32; 151 <PGDN> = 36; 152 <UNK3> = 28; 153 <DEL> = 74; 154 <INS> = 60; 155 <UP> = 33; 156 <DOWN> = 103; 157 <LEFT> = 57; 158 <RGHT> = 80; 159 <EXEC> = 11; 160 161 <KPMU> = 55; 162 <KPDV> = 54; 163 <KPAD> = 133; 164 <KPSU> = 79; 165 166 <KP7> = 76; 167 <KP8> = 77; 168 <KP9> = 78; 169 <KPEQ> = 53; 170 171 <KP4> = 99; 172 <KP5> = 100; 173 <KP6> = 101; 174 <KPDC> = 58; 175 176 <KP1> = 120; 177 <KP2> = 121; 178 <KP3> = 122; 179 <KPEN> = 98; 180 181 <KP0> = 102; 182 <KP00> = 31; 183 184 <UNK7> = 123; 185 <UNK8> = 124; 186}; 187