home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / lib / x11 / xkb / geometry / northgate < prev    next >
Encoding:
Text File  |  1996-10-17  |  4.0 KB  |  170 lines

  1. // $XConsortium: northgate /main/6 1996/01/22 18:08:21 kaleb $
  2. default xkb_geometry "omnikey101" {
  3.  
  4.     description= "North Gate Omnikey 101";
  5.     width= 470;
  6.     height= 175;
  7.  
  8.     shape.cornerRadius= 1;
  9.     shape "NORM" { { [18,18] }, { [2,1], [16,17] } };
  10.     shape "BKSP" { { [34,18] }, { [2,1], [32,17] } };
  11.     shape "TABK" { { [27,18] }, { [2,1], [25,17] } };
  12.     shape "RTRN" {
  13.     approx = { [15, 0], [40,37] },
  14.     { [15, 0], [40, 0], [40,37],
  15.       [ 0,37], [ 0,19], [15,19] },
  16.     { [17, 1], [38, 1], [38,36],
  17.       [ 2,36], [ 2,20], [17,20] }
  18.     };
  19.     shape "CAPS" { { [ 32,18] }, { [2,1], [30,17] } };
  20.     shape "LFSH" { { [ 41,18] }, { [2,1], [39,17] } };
  21.     shape "RTSH" { { [ 30,18] }, { [2,1], [28,17] } };
  22.     shape "MODK" { { [ 26,18] }, { [2,1], [24,17] } };
  23.     shape "SPCE" { { [129,18] }, { [2,1], [127,17] } };
  24.     shape "KP0"  { { [ 37,18] }, { [2,1], [35,17] } };
  25.     shape "KPAD" { { [ 18,37] }, { [2,1], [16,36] } };
  26.  
  27.     shape "LEDS" { cornerRadius= 0, { [ 76 ,20 ] } };
  28.     shape "LED"  { cornerRadius= 0, { [  1,  3 ] } };
  29.     solid "LedPanel" {
  30.     shape= "LEDS";
  31.     top=  32;
  32.     left= 375;
  33.     color= "grey10";
  34.     };
  35.  
  36.     indicator.onColor= "green";
  37.     indicator.offColor= "green30";
  38.     indicator.top= 46.5;
  39.     indicator.shape= "LED";
  40.     indicator "NumLock"     { left= 384; };
  41.     indicator "CapsLock"    { left= 409; };
  42.     indicator "ScrollLock"  { left= 434; };
  43.     text.top= 34;
  44.     text.color= "black";
  45.     text "NumLockLabel"    { left= 380.5; text="Num\nLock"; };
  46.     text "CapsLockLabel"    { left= 405; text="Caps\nLock"; };
  47.     text "ScrollLockLabel"    { left= 430; text="Scroll\nLock"; };
  48.  
  49.     section.left= 19;
  50.     row.left= 1;
  51.     key.shape= "NORM";
  52.     key.gap=  1;
  53.     section "Function" {
  54.     top= 32;
  55.     row {
  56.         top= 1;
  57.         keys {  { <ESC>, color="grey20" },
  58.             { <FK01>, 18}, <FK02>, <FK03>, <FK04>,
  59.             { <FK05>, 9 }, <FK06>, <FK07>, <FK08>,
  60.             { <FK09>, 9 }, <FK10>, <FK11>, <FK12>
  61.         };
  62.     };
  63.     }; // End of "Function" section
  64.  
  65.     section "Alpha" {
  66.     top= 65;
  67.     row {
  68.         top= 1;
  69.         keys { <TLDE>, <AE01>, <AE02>, <AE03>, <AE04>,
  70.            <AE05>, <AE06>, <AE07>, <AE08>, <AE09>,
  71.            <AE10>, <AE11>, <AE12>,
  72.            { <BKSP>, "BKSP", color="grey20" }
  73.         };
  74.     };
  75.     row {
  76.         top= 20;
  77.         keys { { <TAB>, "TABK", color="grey20" },
  78.            <AD01>, <AD02>, <AD03>, <AD04>, <AD05>, 
  79.            <AD06>, <AD07>, <AD08>, <AD09>, <AD10>, 
  80.            <AD11>, <AD12>,
  81.            { <RTRN>, "RTRN", -14, color="grey20" }
  82.         };
  83.     };
  84.     row {
  85.         top= 39;
  86.         keys { { <CAPS>, "CAPS", color="grey20" },
  87.            <AC01>, <AC02>, <AC03>, <AC04>, <AC05>, 
  88.            <AC06>, <AC07>, <AC08>, <AC09>, <AC10>, 
  89.            <AC11>
  90.         };
  91.     };
  92.     row {
  93.         top= 58;
  94.         keys { { <LFSH>, "LFSH", color="grey20" },
  95.             <AB01>, <AB02>, <AB03>, <AB04>, <AB05>, 
  96.             <AB06>, <AB07>, <AB08>, <AB09>, <AB10>, 
  97.             { <RTSH>, "RTSH", color="grey20" }, <BKSL>
  98.         };
  99.     };
  100.     row {
  101.         top= 77;
  102.         key.shape= "MODK";
  103.         key.color= "grey20";
  104.         keys { <LALT>,
  105.            { <LCTL>, 23 },
  106.            { <SPCE>, "SPCE", color="white" },
  107.            <RCTL>,
  108.             { <RALT>, 23 }
  109.         };
  110.     };
  111.     }; // End of "Alpha" section
  112.  
  113.     section "Editing" {
  114.     top= 32;
  115.     left= 308;
  116.     key.color= "grey20";
  117.     row {
  118.         top= 1;
  119.         keys { <PRSC>, <SCLK>, <PAUS> };
  120.     };
  121.     row {
  122.         top= 33;
  123.         keys { <INS>, <HOME>, <PGUP> };
  124.     };
  125.         row {
  126.         top= 53;
  127.         keys { <DELE>, <END>, <PGDN> };
  128.     };
  129.     row {
  130.         top= 91;
  131.         left= 20;
  132.         keys { <UP> };
  133.     };
  134.     row {
  135.         top= 110;
  136.         keys { <LEFT>, <DOWN>, <RGHT> };
  137.     };
  138.     }; // End of "Editing" section
  139.  
  140.     section "Keypad" {
  141.     top= 65;
  142.     left= 374;
  143.     row {
  144.         top= 1;
  145.         key.color= "grey20";
  146.         keys { <NMLK>, <KPDV>, <KPMU>, <KPSU> };
  147.     };
  148.     row {
  149.         top= 20;
  150.         keys { <KP7>, <KP8>, <KP9>, { <KPAD>, "KPAD", color="grey20" } };
  151.     };
  152.     row {
  153.         top= 39;
  154.         keys { <KP4>, <KP5>, <KP6> };
  155.     };
  156.     row {
  157.         top= 58;
  158.         keys { <KP1>, <KP2>, <KP3>, { <KPEN>, "KPAD", color="grey20" } };
  159.     };
  160.     row {
  161.         top= 77;
  162.         keys { { <KP0>, "KP0" }, <KPDL> };
  163.     };
  164.     }; // End of "Keypad" section
  165.  
  166.     alias <AC00> = <CAPS>;
  167.     alias <AA00> = <LCTL>;
  168.  
  169. }; // End of "default" geometry
  170.