Files
xsrc/xfree/xc/programs/xkbcomp/keycodes/x68k

169 lines
3.6 KiB
Plaintext

// $XConsortium: xfree98 /main/2 1996/01/30 19:35:24 kaleb $
//
//Copyright (c) 1996 X Consortium
//
//Permission is hereby granted, free of charge, to any person obtaining
//a copy of this software and associated documentation files (the
//"Software"), to deal in the Software without restriction, including
//without limitation the rights to use, copy, modify, merge, publish,
//distribute, sublicense, and/or sell copies of the Software, and to
//permit persons to whom the Software is furnished to do so, subject to
//the following conditions:
//
//The above copyright notice and this permission notice shall be
//included in all copies or substantial portions of the Software.
//
//THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
//EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
//MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
//IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
//OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
//ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
//OTHER DEALINGS IN THE SOFTWARE.
//
//Except as contained in this notice, the name of the X Consortium shall
//not be used in advertising or otherwise to promote the sale, use or
//other dealings in this Software without prior written authorization
//from the X Consortium.
//
default xkb_keycodes "x68k" {
minimum= 8;
maximum= 122;
<ESC> = 8;
<AE01> = 9;
<AE02> = 10;
<AE03> = 11;
<AE04> = 12;
<AE05> = 13;
<AE06> = 14;
<AE07> = 15;
<AE08> = 16;
<AE09> = 17;
<AE10> = 18;
<AE11> = 19;
<AE12> = 20;
<BKSL> = 21;
<BKSP> = 22;
<TAB> = 23;
<AD01> = 24;
<AD02> = 25;
<AD03> = 26;
<AD04> = 27;
<AD05> = 28;
<AD06> = 29;
<AD07> = 30;
<AD08> = 31;
<AD09> = 32;
<AD10> = 33;
<AD11> = 34;
<AD12> = 35;
<RTRN> = 36;
<LCTL> = 120;
<AC01> = 37;
<AC02> = 38;
<AC03> = 39;
<AC04> = 40;
<AC05> = 41;
<AC06> = 42;
<AC07> = 43;
<AC08> = 44;
<AC09> = 45;
<AC10> = 46;
<AC11> = 47;
<AC12> = 48;
<LFSH> = 119;
<AB01> = 49;
<AB02> = 50;
<AB03> = 51;
<AB04> = 52;
<AB05> = 53;
<AB06> = 54;
<AB07> = 55;
<AB08> = 56;
<AB09> = 57;
<AB10> = 58;
<AB11> = 59;
<HIRA> = 102;
<XF1> = 92;
<XF2> = 93;
<SPCE> = 60;
<XF3> = 94;
<XF4> = 95;
<XF5> = 96;
<ZEN> = 103;
<BRK> = 104;
<PRSC> = 105;
<FK01> = 106;
<FK02> = 107;
<FK03> = 108;
<FK04> = 109;
<FK05> = 110;
<FK06> = 111;
<FK07> = 112;
<FK08> = 113;
<FK09> = 114;
<FK10> = 115;
<HOME> = 61;
<INS> = 101;
<DELE> = 62;
<PGUP> = 63;
<PGDN> = 64;
<UNDO> = 65;
<UP> = 67;
<LEFT> = 66;
<RGHT> = 68;
<DOWN> = 69;
<OPT1> = 121;
<OPT2> = 122;
<KANA> = 97;
<ROME> = 98;
<CODE> = 99;
<CAPS> = 100;
<KIGO> = 89;
<TORK> = 90;
<HELP> = 91;
<CLR> = 70;
<KPDV> = 71;
<KPMU> = 72;
<KPSU> = 73;
<KP7> = 74;
<KP8> = 75;
<KP9> = 76;
<KPAD> = 77;
<KP4> = 78;
<KP5> = 79;
<KP6> = 80;
<KPEQ> = 81;
<KP1> = 82;
<KP2> = 83;
<KP3> = 84;
<KPEN> = 85;
<KP0> = 86;
<KPCM> = 87;
<KPPR> = 88;
indicator 7 = "Zenkaku";
indicator 6 = "Hiragana";
indicator 5 = "Insert";
indicator 4 = "Caps Lock";
indicator 3 = "Code Input";
indicator 2 = "Romaji";
indicator 1 = "Kana";
};