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// 27default xkb_keycodes "pc98" { 28 29 minimum= 8; 30 maximum= 255; 31 32 <ESC> = 8; 33 <AE01> = 9; 34 <AE02> = 10; 35 <AE03> = 11; 36 <AE04> = 12; 37 <AE05> = 13; 38 <AE06> = 14; 39 <AE07> = 15; 40 <AE08> = 16; 41 <AE09> = 17; 42 <AE10> = 18; 43 <AE11> = 19; 44 <AE12> = 20; 45 <BKSL> = 21; 46 <BKSP> = 22; 47 48 <TAB> = 23; 49 <AD01> = 24; 50 <AD02> = 25; 51 <AD03> = 26; 52 <AD04> = 27; 53 <AD05> = 28; 54 <AD06> = 29; 55 <AD07> = 30; 56 <AD08> = 31; 57 <AD09> = 32; 58 <AD10> = 33; 59 <AD11> = 34; 60 <AD12> = 35; 61 <RTRN> = 36; 62 63 <LCTL> = 124; 64 <CAPS> = 121; 65 <AC01> = 37; 66 <AC02> = 38; 67 <AC03> = 39; 68 <AC04> = 40; 69 <AC05> = 41; 70 <AC06> = 42; 71 <AC07> = 43; 72 <AC08> = 44; 73 <AC09> = 45; 74 <AC10> = 46; 75 <AC11> = 47; 76 <AC12> = 48; 77 78 <LFSH> = 120; 79 <AB01> = 49; 80 <AB02> = 50; 81 <AB03> = 51; 82 <AB04> = 52; 83 <AB05> = 53; 84 <AB06> = 54; 85 <AB07> = 55; 86 <AB08> = 56; 87 <AB09> = 57; 88 <AB10> = 58; 89 <AB11> = 59; 90 91 <ALGR> = 122; 92 <LALT> = 123; 93 <NFER> = 89; 94 <SPCE> = 60; 95 <XFER> = 61; 96 97 <BRK> = 104; 98 <PRSC> = 105; 99 <FK01> = 106; 100 <FK02> = 107; 101 <FK03> = 108; 102 <FK04> = 109; 103 <FK05> = 110; 104 <FK06> = 111; 105 <FK07> = 112; 106 <FK08> = 113; 107 <FK09> = 114; 108 <FK10> = 115; 109 <FK11> = 90; 110 <FK12> = 91; 111 <FK13> = 92; 112 <FK14> = 93; 113 <FK15> = 94; 114 115 116 <INS> = 64; 117 <DELE> = 65; 118 <PGUP> = 63; 119 <PGDN> = 62; 120 <UP> = 66; 121 <LEFT> = 67; 122 <RGHT> = 68; 123 <DOWN> = 69; 124 125 <HOME> = 70; 126 <HELP> = 71; 127 128 <KPSU> = 72; 129 <KPDV> = 73; 130 131 <KP7> = 74; 132 <KP8> = 75; 133 <KP9> = 76; 134 <KPMU> = 77; 135 136 <KP4> = 78; 137 <KP5> = 79; 138 <KP6> = 80; 139 <KPAD> = 81; 140 141 <KP1> = 82; 142 <KP2> = 83; 143 <KP3> = 84; 144 <KPEQ> = 85; 145 146 <KP0> = 86; 147 <KPSP> = 87; 148 <KPDC> = 88; 149 150 indicator 1 = "Caps Lock"; 151 indicator 2 = "Kana"; 152}; 153