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