home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / usr / X11R6 / lib / X11 / xkb / geometry / nec < prev    next >
Text File  |  1999-09-03  |  4KB  |  161 lines

  1. // $XConsortium: nec /main/1 1996/01/30 14:21:06 kaleb $
  2. // $XFree86: xc/programs/xkbcomp/geometry/nec,v 3.2 1996/08/13 11:33:23 dawes Exp $
  3. //
  4. //Copyright (c) 1996  X Consortium
  5. //
  6. //Permission is hereby granted, free of charge, to any person obtaining
  7. //a copy of this software and associated documentation files (the
  8. //"Software"), to deal in the Software without restriction, including
  9. //without limitation the rights to use, copy, modify, merge, publish,
  10. //distribute, sublicense, and/or sell copies of the Software, and to
  11. //permit persons to whom the Software is furnished to do so, subject to
  12. //the following conditions:
  13. //
  14. //The above copyright notice and this permission notice shall be
  15. //included in all copies or substantial portions of the Software.
  16. //
  17. //THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  18. //EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  19. //MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  20. //IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
  21. //OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  22. //ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  23. //OTHER DEALINGS IN THE SOFTWARE.
  24. //
  25. //Except as contained in this notice, the name of the X Consortium shall
  26. //not be used in advertising or otherwise to promote the sale, use or
  27. //other dealings in this Software without prior written authorization
  28. //from the X Consortium.
  29. //
  30. default xkb_geometry "pc98" {
  31.  
  32.     description= "Generic PC98";
  33.     width= 405;
  34.     height= 172;
  35.  
  36.     shape.cornerRadius= 1;
  37.     shape "NORM" { { [ 17,18] }, { [2,1], [ 15,17] } };
  38.     shape "RTRN" { { [ 20,37] }, { [2,1], [ 18,35] } };
  39.     shape "LFSH" { { [ 42,18] }, { [2,1], [ 40,17] } };
  40.     shape "RTSH" { { [ 31,18] }, { [2,1], [ 29,17] } };
  41.     shape "MODK" { { [ 28,18] }, { [2,1], [ 26,17] } };
  42.     shape "SPCE" { { [115,18] }, { [2,1], [113,17] } };
  43.     shape "FUNC" { { [ 21,18] }, { [2,1], [ 19,17] } };
  44.     shape "BKSP" { { [ 18,18] }, { [2,1], [ 16,17] } };
  45.     shape "KPAD" { { [ 18,37] }, { [2,1], [ 16,36] } };
  46.     shape "TABK" { { [ 30,18] }, { [2,1], [ 28,17] } };
  47.     shape "ARRW" { { [ 35,18] }, { [2,1], [ 33,17] } };
  48.  
  49.     section.left= 8;
  50.     row.left= 1;
  51.     key.shape= "NORM";
  52.     key.gap=  1;
  53.     section "Function" {
  54.     top= 29;
  55.     row {
  56.         top= 1;
  57.         key.shape="FUNC";
  58.         keys {  { <BRK>, "NORM" }, { <PRSC>, "NORM", 5 },
  59.             { <FK01>, 6 }, <FK02>, <FK03>, <FK04>, <FK05>, 
  60.             { <FK06>, 6 }, <FK07>, <FK08>, <FK09>, <FK10>, 
  61.             { <FK11>, 6 }, <FK12>, <FK13>, <FK14>, <FK15>
  62.         };
  63.     };
  64.     }; // End of "Function" section
  65.  
  66.     section "Alpha" {
  67.     top= 54;
  68.     row {
  69.         top= 1;
  70.         keys { { <ESC>, shape="BKSP"}, 
  71.            <AE01>, <AE02>, <AE03>, <AE04>,
  72.            <AE05>, <AE06>, <AE07>, <AE08>, <AE09>,
  73.            <AE10>, <AE11>, <AE12>, <BKSL>,
  74.            { <BKSP>, "BKSP" }
  75.         };
  76.     };
  77.     row {
  78.         top= 20;
  79.         keys { { <TAB>, "TABK" },
  80.            <AD01>, <AD02>, <AD03>, <AD04>, <AD05>, 
  81.            <AD06>, <AD07>, <AD08>, <AD09>, <AD10>, 
  82.            <AD11>, <AD12>, { <RTRN>, "RTRN", 6 }
  83.         };
  84.     };
  85.     row {
  86.         top= 39;
  87.         keys { <LCTL>, <CAPS>,
  88.            <AC01>, <AC02>, <AC03>, <AC04>, <AC05>, 
  89.            <AC06>, <AC07>, <AC08>, <AC09>, <AC10>, 
  90.            <AC11>, <AC12>
  91.         };
  92.     };
  93.     row {
  94.         top= 58;
  95.         keys { { <LFSH>, "LFSH" },
  96.             <AB01>, <AB02>, <AB03>, <AB04>, <AB05>, 
  97.             <AB06>, <AB07>, <AB08>, <AB09>, <AB10>, <AB11>,
  98.             { <RTSH>, "RTSH" }
  99.         };
  100.     };
  101.     row {
  102.         top= 77;
  103.         keys { { <ALGR>, 35 } , <LALT>, { <NFER>, "FUNC" },
  104.            { <SPCE>, "SPCE" }, { <XFER>, "FUNC" }
  105.            
  106.         };
  107.     };
  108.     }; // End of "Alpha" section
  109.  
  110.     section "Editing" {
  111.     top= 54;
  112.     left= 281;
  113.     row {
  114.         top= 1;
  115.         keys { <INS>, <DELE> };
  116.     };
  117.         row {
  118.         top= 20;
  119.         keys { <PGDN>, <PGUP> };
  120.     };
  121.     row {
  122.         top= 39;
  123.         keys { { <UP>, "ARRW" } };
  124.     };
  125.     row {
  126.         top= 58;
  127.         keys { <LEFT>, <RGHT> };
  128.     };
  129.     row {
  130.         top= 77;
  131.         keys { { <DOWN>, "ARRW" } };
  132.     };
  133.     }; // End of "Editing" section
  134.  
  135.     section "Keypad" {
  136.     top= 54;
  137.     left= 320;
  138.     row {
  139.         top= 1;
  140.         keys { <HOME>, <HELP>, <KPSU>, <KPDV> };
  141.     };
  142.     row {
  143.         top= 20;
  144.         keys { <KP7>, <KP8>, <KP9>, <KPMU> };
  145.     };
  146.     row {
  147.         top= 39;
  148.         keys { <KP4>, <KP5>, <KP6>, <KPAD> };
  149.     };
  150.     row {
  151.         top= 58;
  152.         keys { <KP1>, <KP2>, <KP3>, <KPEQ> };
  153.     };
  154.     row {
  155.         top= 77;
  156.         keys { <KP0>, <KPSP>, <KPDC>, <KPEN> };
  157.     };
  158.     }; // End of "Keypad" section
  159.  
  160. }; // End of "pc98" geometry
  161.