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